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 7c9f7ed commit 2fae503Copy full SHA for 2fae503
.gitignore
@@ -1 +1,5 @@
1
-check
+check
2
+__pycache__
3
+.pytest_cache
4
+.coverage
5
+htmlcov
br.py
@@ -200,7 +200,6 @@ def run(args: argparse.Namespace):
200
devcontainer=dev_container_name,
201
context_dir=context_directory,
202
jobs_dir=jobs_directory,
203
- job_workspace=output_directory,
204
getlist_path=getlist,
205
)
206
0 commit comments