Skip to content

Commit

Permalink
Run yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
catch22 committed Apr 24, 2018
1 parent cc3a825 commit 8278882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyYapf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def __enter__(self):
raise Exception(msg)
cmd = os.path.expanduser(cmd)
cmd = sublime.expand_variables(
cmd, sublime.active_window().extract_variables())
cmd,
sublime.active_window().extract_variables())

self.popen_args = [cmd]
if self.custom_style_fname:
Expand Down

0 comments on commit 8278882

Please sign in to comment.