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

k4run --help not working due to inputFiles check #18

Closed
Zehvogel opened this issue Nov 30, 2023 · 1 comment
Closed

k4run --help not working due to inputFiles check #18

Zehvogel opened this issue Nov 30, 2023 · 1 comment
Assignees

Comments

@Zehvogel
Copy link
Collaborator

This kills k4run before the help message can be printed :/

if not input_files:
print("Error: missing input files, set them via --inputFiles")
sys.exit(1)

@Zehvogel Zehvogel self-assigned this Nov 30, 2023
@Zehvogel
Copy link
Collaborator Author

fixed by #29

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

No branches or pull requests

1 participant