Skip to content

Commit

Permalink
temporarily update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Oct 3, 2024
1 parent 7e348a7 commit 3128979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirar/utils/execute_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ def run_local(cmd: str, timeout: float = DEFAULT_TIMEOUT):
rval = subprocess.run(
cmd,
check=True,
capture_output=True,
capture_output=False,
shell=True,
stdout=subprocess.PIPE,
timeout=timeout,
)

Expand Down

0 comments on commit 3128979

Please sign in to comment.