Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 7, 2022
1 parent 5df9cca commit ea8bc87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autoreduce_qp/queue_processor/reduction/service.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ############################################################################### #
# ############################################################################ #
# Autoreduction Repository : https://github.com/autoreduction/autoreduce
#
# Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI
# Copyright © 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
# ############################################################################### #
# ############################################################################ #
"""
Reduction service contains the classes, and functions that performs a reduction.
"""
Expand Down Expand Up @@ -82,7 +82,7 @@ def copy(self, destination: Path):
overwriting what is already present.
args:
destination: (Path like) the copy destination.
destination: The copy destination.
"""
logger.info("Copying %s to %s", self.path, destination)
copy_tree(self.path, str(destination)) # We have to convert path objects to str
Expand Down

0 comments on commit ea8bc87

Please sign in to comment.