Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
ralsina committed Sep 9, 2015
1 parent 50c3631 commit 4661312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/upgrade_metadata/upgrade_metadata.py
Expand Up @@ -81,7 +81,7 @@ def _execute(self, options, args):
with io.open(fname, 'r', encoding='utf-8') as fh:
meta = fh.readlines()

if not meta[min(1, len(meta)-1)].startswith('.. '):
if not meta[min(1, len(meta) - 1)].startswith('.. '):
# check if we’re dealing with old style metadata
with io.open(fname, 'w', encoding='utf-8') as fh:
for k, v in zip(self.fields, meta):
Expand Down

0 comments on commit 4661312

Please sign in to comment.