mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
(Running pre-commit) Use Yelp-style indentation.
This commit is contained in:
@@ -28,7 +28,8 @@ def j(path):
|
||||
newpath = Popen(
|
||||
cmd,
|
||||
stdout=PIPE,
|
||||
shell=False).communicate()[0].strip()
|
||||
shell=False,
|
||||
).communicate()[0].strip()
|
||||
|
||||
if newpath:
|
||||
ip.magic('cd %s' % newpath.decode('utf-8'))
|
||||
|
||||
Reference in New Issue
Block a user