Skip to content

Commit

Permalink
Update src/wxflow/file_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: DavidNew-NOAA <[email protected]>
  • Loading branch information
aerorahul and DavidNew-NOAA authored Sep 11, 2024
1 parent 3806ecb commit 63d23ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wxflow/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FileHandler:
"action" can be one of "mkdir", "copy", "copy_req", "copy_opt", etc.
Corresponding "act" would be ['dir1', 'dir2'], [['src1', 'dest1'], ['src2', 'dest2']]
"copy_req" will raise an error if the source file does not exist
"copy_opt" will not raise an error if the source file does not exist
"copy_opt" will not raise an error if the source file does not exist but will present a warning
Attributes
----------
Expand Down

0 comments on commit 63d23ee

Please sign in to comment.