pull/616/merge
Tim Gates 9 months ago committed by GitHub
commit 40402be250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,7 +194,7 @@ def surround_quotes(string):
path outputs with quotes.
"""
if in_bash() and string:
# Python 2.6 requres field numbers
# Python 2.6 requires field numbers
return '"{0}"'.format(string)
return string

Loading…
Cancel
Save