Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Jan 31, 2025
1 parent 6cd7327 commit 0dcf2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"git": {
"isrepo": "1",
"last commit": "ff2da70d4675dbfe14b5e9663ae04fdb33cd0618",
"last commit": "6cd7327ce524453300bf3bd940d274038a462491",
"remote": {
"origin": "[email protected]:webis-de/auto-metadata.git"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"git": {
"isrepo": "1",
"last commit": "ff2da70d4675dbfe14b5e9663ae04fdb33cd0618",
"last commit": "6cd7327ce524453300bf3bd940d274038a462491",
"remote": {
"origin": "[email protected]:webis-de/auto-metadata.git"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test_python_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def resource(resource_name: str) -> Generator[Path, None, None]:


def run_command_and_return_persisted_metadata(command, include_path=False):
with tempfile.TemporaryDirectory(delete=False) as f:
with tempfile.TemporaryDirectory() as f:
env = os.environ.copy()
env["PYTHONPATH"] = ROOT_DIR / "src"
subprocess.check_output(command(f), env=env, stderr=subprocess.STDOUT)
Expand Down

0 comments on commit 0dcf2d3

Please sign in to comment.