mirror of
https://github.com/wting/autojump
synced 2025-06-07 18:04:09 +00:00
Merge 3be10251eb
into ee21082751
This commit is contained in:
commit
30b0637f52
@ -194,7 +194,7 @@ def surround_quotes(string):
|
|||||||
path outputs with quotes.
|
path outputs with quotes.
|
||||||
"""
|
"""
|
||||||
if in_bash() and string:
|
if in_bash() and string:
|
||||||
# Python 2.6 requres field numbers
|
# Python 2.6 requires field numbers
|
||||||
return '"{0}"'.format(string)
|
return '"{0}"'.format(string)
|
||||||
return string
|
return string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user