Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 2, 2018
1 parent c94cff1 commit 4e045cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions v8/upgrade_metadata_v8/upgrade_metadata_v8.py
Expand Up @@ -29,7 +29,6 @@
import io
import os
import sys
import nikola.post
from nikola.plugin_categories import Command
from nikola import utils

Expand Down Expand Up @@ -174,8 +173,8 @@ def _execute(self, options, args):
else:
no_converted_partial += 1

L.info('{0} out of {2} posts upgraded; {1} only converted partially (see above output).'
.format(no_converted + no_converted_partial, no_converted_partial, len(flagged)))
L.info('{0} out of {2} posts upgraded; {1} only converted partially '
'(see above output).'.format(no_converted + no_converted_partial, no_converted_partial, len(flagged)))
else:
L.info('Metadata not upgraded.')
else:
Expand Down

0 comments on commit 4e045cc

Please sign in to comment.