Skip to content

Commit

Permalink
add deprecation note for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Sep 11, 2024
1 parent 63d23ee commit cd5fe76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wxflow/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ class FileHandler:
----------
config : dict
Dictionary of files to manipulate
NOTE
----
`copy` will be deprecated in the future in favor of `copy_req` and `copy_opt`
Users are encouraged to use `copy_req` and `copy_opt` instead of `copy`
"""

def __init__(self, config):
Expand Down

0 comments on commit cd5fe76

Please sign in to comment.