Skip to content
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

Misc workflow linting improvements #1437

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

bernt-matthias
Copy link
Contributor

  • fix linting of assertions with children
  • fix linting: do not warn about missing inputs for input nodes.

Comment on lines +339 to +342
if "verify_assertions_function" in function_args:
assertion_params["verify_assertions_function"] = asserts.verify_assertion(b"", [])
if "children" in function_args:
assertion_params["children"] = []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you could add a test for that ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I should do this.

@mvdbeek mvdbeek merged commit f95f40c into galaxyproject:master Mar 21, 2024
14 checks passed
@bernt-matthias bernt-matthias deleted the misc-improvements branch April 4, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants