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 6a7f35f commit 4ccbddeCopy full SHA for 4ccbdde
tests/test_provenance.py
@@ -41,7 +41,7 @@ def cwltool(tmp_path: Path, *args: Any) -> Path:
41
tmp_dir.mkdir()
42
with working_directory(tmp_dir):
43
status = main(new_args)
44
- assert status == 0, "Failed: cwltool.main(%r)" % (args)
+ assert status == 0, f"Failed: cwltool.main({args})"
45
return prov_folder
46
47
0 commit comments