Skip to content

Commit

Permalink
fix: add missing __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Oct 23, 2024
1 parent 6e11341 commit 15a1ef6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions test/utils/subprocess_wrapper/command_execution_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ def run_cmd(cmd: str, cwd: str, env):
executable="/bin/bash",
shell=True,
env=env,
# stdout=subprocess.DEVNULL,
# stderr=subprocess.DEVNULL,
# stdout=subprocess.DEVNULL,
# stderr=subprocess.DEVNULL,
)

0 comments on commit 15a1ef6

Please sign in to comment.