Skip to content

Commit 2fae503

Browse files
committed
.gitignore
1 parent 7c9f7ed commit 2fae503

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
check
1+
check
2+
__pycache__
3+
.pytest_cache
4+
.coverage
5+
htmlcov

br.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def run(args: argparse.Namespace):
200200
devcontainer=dev_container_name,
201201
context_dir=context_directory,
202202
jobs_dir=jobs_directory,
203-
job_workspace=output_directory,
204203
getlist_path=getlist,
205204
)
206205

0 commit comments

Comments
 (0)