Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemole committed Jul 3, 2024
1 parent b9a8016 commit bc4b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisyphus/load_sharing_facility_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def system_call(self, command, send_to_stdin=None):
logging.debug("shell_cmd: %s" % " ".join(system_command))
if send_to_stdin:
send_to_stdin = send_to_stdin.encode()

p = subprocess.run(system_command, input=send_to_stdin, capture_output=True, timeout=30)

def fix_output(o):
Expand Down

0 comments on commit bc4b1e7

Please sign in to comment.