diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index a246bb7a..1e23dcd5 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -853,7 +853,7 @@ class Coverage(object): for k, v in iitems(os.environ) if any(slug in k for slug in ("COV", "PY")) )), - ('command_line', " ".join(getattr(sys, 'argv', ['???']))), + ('command_line', " ".join(getattr(sys, 'argv', ['-none-']))), ] if self._inorout: |