-
Notifications
You must be signed in to change notification settings - Fork 4
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
Userutil #244
Conversation
scabha/schema_utils.py
Outdated
outputs: Dict[str, Parameter] | ||
libs: Dict[str, Any] | ||
|
||
def paramfile_loader(paramfiles: List[File], sources: List[File] = [], schema_spec=None, use_cache=False) -> Dict: |
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.
Suggest Union[File|List[File]], since that's how you treat it in the code below. Just to make the function signature more self-explanatory.
Happy to merge, the above suggestion is purely cosmetic. |
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.
LGTM
@SpheMakh ooops that broke things. And I missed it in my review. I blame MK@5 🤣 |
|
Ahh, the But how did the packaging github action miss this 🤔 |
I'm not sure. Does it run a linter? |
I think it's because none of the current tests import |
Fixes #222
For an example, see this