Skip to content

Commit

Permalink
remove cmd_as_string
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed May 3, 2020
1 parent 844f94e commit 2bf68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyprocess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
self.cwd = cwd
cmd = split_command(cmd)
self.cmd = cmd
self.cmd_as_string = " ".join(self.cmd) # TODO: not perfect
# self.cmd_as_string = " ".join(self.cmd)
self.enable_stdout_log = True
self.enable_stderr_log = True

Expand Down

0 comments on commit 2bf68b9

Please sign in to comment.