Skip to content

Commit

Permalink
Merge pull request #25 from gwelymernans/master
Browse files Browse the repository at this point in the history
The --verify flag is only meant for debugging purposes
  • Loading branch information
catch22 authored Aug 17, 2016
2 parents 774f435 + 120860a commit f825162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyYapf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __enter__(self):
raise Exception(msg)
cmd = os.path.expanduser(cmd)

self.popen_args = [cmd, '--verify']
self.popen_args = [cmd]
if self.custom_style_fname:
self.popen_args += ['--style', self.custom_style_fname]

Expand Down

0 comments on commit f825162

Please sign in to comment.