We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04de5a commit aa453b7Copy full SHA for aa453b7
tests/test_cli.py
@@ -212,5 +212,5 @@ def test_copy_examples_bad(bad_inputs, expected, path, example_cases):
212
copy_examples(
213
examples_dict,
214
user_input=bad_inputs,
215
- target_dir=case_dir / path if path else None,
+ target_dir=case_dir / path if path is not None else None,
216
)
0 commit comments