diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.py b/src/common.py index 7e1c0642..35fd08da 100644 --- a/src/common.py +++ b/src/common.py @@ -173,6 +173,7 @@ def datetime_tuple(timestamp): def shell_split(st): sh = shlex.shlex(st, posix=True) + sh.commenters = '' sh.whitespace_split = True sh.quotes = '"' ret = list() |