Skip to content

Commit

Permalink
Merge pull request #17 from tty02-fl/master
Browse files Browse the repository at this point in the history
Small fix to issue #16
  • Loading branch information
Nodd committed Aug 21, 2014
2 parents 49a80b9 + 5077270 commit 8b54ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p_autopep8.py
Expand Up @@ -366,7 +366,7 @@ def run_autopep8(self):
options.append("--aggressive")
if self.get_option("aggressive2", False):
options.append("--aggressive")
options = autopep8.parse_args(options)[0]
options = autopep8.parse_args(options)
text_after = autopep8.fix_code(text_before, options)

# Apply new text if needed
Expand Down

0 comments on commit 8b54ea3

Please sign in to comment.