-
Notifications
You must be signed in to change notification settings - Fork 2
relink.py: Accept specific directories and/or files to process #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This matches the hiding of -inputdata arg in rimport.
I'll do something like this later... This reverts commit 06e97e2.
Resolves NCAR/inputdataTools#5.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
==========================================
+ Coverage 99.23% 99.26% +0.03%
==========================================
Files 10 12 +2
Lines 780 1353 +573
==========================================
+ Hits 774 1343 +569
- Misses 6 10 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
handle_non_dir() doesn't need to check that path is under inputdata_root, because that is already checked in process_args.
jedwards4b
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind my comment, I see that both are supported.
This gives
relink.pythe ability to accept an arbitrary number of directories and/or files to relink, given as positional arguments.Resolves issue #5. Includes PR #13.
E.g.: