Skip to content

Commit

Permalink
removed confounding remnant from max's timeout stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 17, 2010
1 parent 45fe10b commit 298542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pony_client.py
Expand Up @@ -94,7 +94,7 @@ def _replace_variables(cmd, variables_d):
return cmd return cmd




def _run_command(command_list, timeout=None, cwd=None, variables=None, extra_kwargs={}, def _run_command(command_list, cwd=None, variables=None, extra_kwargs={},
verbose=False): verbose=False):


if variables: if variables:
Expand Down

0 comments on commit 298542a

Please sign in to comment.