1
0
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:
William Ting
2017-07-19 23:17:11 -07:00
parent 0e4d15ace6
commit a0719f488e
8 changed files with 372 additions and 226 deletions

View File

@@ -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'))