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

Commit ea8bc87

Browse files
author
Dagonite
committed
Fix header
1 parent 5df9cca commit ea8bc87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

autoreduce_qp/queue_processor/reduction/service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# ############################################################################### #
1+
# ############################################################################ #
22
# Autoreduction Repository : https://github.com/autoreduction/autoreduce
33
#
4-
# Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI
4+
# Copyright © 2021 ISIS Rutherford Appleton Laboratory UKRI
55
# SPDX - License - Identifier: GPL-3.0-or-later
6-
# ############################################################################### #
6+
# ############################################################################ #
77
"""
88
Reduction service contains the classes, and functions that performs a reduction.
99
"""
@@ -82,7 +82,7 @@ def copy(self, destination: Path):
8282
overwriting what is already present.
8383
8484
args:
85-
destination: (Path like) the copy destination.
85+
destination: The copy destination.
8686
"""
8787
logger.info("Copying %s to %s", self.path, destination)
8888
copy_tree(self.path, str(destination)) # We have to convert path objects to str

0 commit comments

Comments
 (0)