Skip to content

Commit

Permalink
Responding to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Jun 18, 2024
1 parent 0d4ccbe commit a94b3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions armi/bookkeeping/mainInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ def _moveFiles(self):
"""
At the start of each run, arbitrary lists of user-defined files can be copied around.
This logic is controlled by the settings ``CONF_COPY_FILES_FROM`` & ``CONF_COPY_FILES_TO``.
This logic is controlled by the settings ``copyFilesFrom`` & ``copyFilesTo``.
``CONF_COPY_FILES_FROM`` :
``copyFilesFrom`` :
- List of files to copy (cannot be directories).
- Can be of length zero (that just means no files will be copied).
- The file names listed can use the ``*`` glob syntax, to reference multiple files.
``CONF_COPY_FILES_TO`` :
``copyFilesTo`` :
- List of directories to copy the files into.
- Can be of length zero; all files will be copied to the local dir.
Expand Down

0 comments on commit a94b3cb

Please sign in to comment.