-
Notifications
You must be signed in to change notification settings - Fork 634
--dry-run --quiet fails on 8 #2825
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
8.10.4
(snakemake) [a5b@sh02-07n33 ~] (job 45234363) $ snakemake --dry-run --quiet
Traceback (most recent call last):
File "/home/users/a5b/venvs/snakemake/lib/python3.12/site-packages/snakemake/cli.py", line 1927, in args_to_api
workflow_api = snakemake_api.workflow(
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/users/a5b/venvs/snakemake/lib/python3.12/site-packages/snakemake/api.py", line 141, in workflow
self.setup_logger(mode=workflow_settings.exec_mode)
File "/home/users/a5b/venvs/snakemake/lib/python3.12/site-packages/snakemake/api.py", line 250, in setup_logger
setup_logger(
File "/home/users/a5b/venvs/snakemake/lib/python3.12/site-packages/snakemake/logging.py", line 748, in setup_logger
raise ValueError(
ValueError: Unsupported value provided for quiet mode (either bool, None or list allowed).
works in 7.32.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working