Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 16, 2023
1 parent a5ecee6 commit e901244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipi_tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ def run(self, cwd, nid):
# print("client", client, "cmd:", cmd)
driver = sp.Popen(
cmd, cwd=(cwd), shell=True, stdin=sp.DEVNULL,
stdout=sp.PIPE,
stderr=sp.PIPE,
#stdout=sp.PIPE, stderr=sp.PIPE,
)

drivers.append(driver)
Expand Down

0 comments on commit e901244

Please sign in to comment.