Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 10, 2016
1 parent 5226702 commit a80e79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pymyinstall/installhelper/install_cmd_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,11 @@ def run_cmd(cmd, sin="", shell=False, wait=False, log_error=True,
"""
if old_behavior or not sys.platform.startswith("win"):
return run_cmd_old(cmd=cmd, sin=sin, shell=shell, wait=wait, log_error=log_error,
secure=None, stop_waiting_if=stop_waiting_if, do_not_log=False,
secure=None, stop_waiting_if=stop_running_if, do_not_log=False,
encerror=encerror, encoding=encoding, cwd=change_path, fLOG=fLOG)
else:
return run_cmd_private(cmd=cmd, sin=sin, shell=shell, wait=wait, log_error=log_error,
stop_running_if=stop_running_if, encerror=encerror,
encoding=encoding, change_path=change_path, communicate=communicate,
preprocess=preprocess, timeout=timeout, catch_exit=catch_exit, fLOG=fLOG,
tell_if_no_output=tell_if_no_output, old_behavior=old_behavior)
tell_if_no_output=tell_if_no_output)

0 comments on commit a80e79b

Please sign in to comment.