This repository was archived by the owner on Nov 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
autoreduce_qp/queue_processor/reduction Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"""
88Reduction 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
You can’t perform that action at this time.
0 commit comments