Skip to content

Commit f628857

Browse files
committedMay 9, 2015
flake8
1 parent 8a430d3 commit f628857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎nikola/plugins/command/new_post.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def filter_post_pages(compiler, is_post, compilers, post_pages, compiler_names):
6666
if not filtered:
6767
type_name = "post" if is_post else "page"
6868
LOGGER.error("Can't find a way, using your configuration, to create "
69-
"a {0} in format {1}. You may want to tweak "
70-
"COMPILERS or {2}S in conf.py".format(
71-
type_name, compiler, type_name.upper()))
69+
"a {0} in format {1}. You may want to tweak "
70+
"COMPILERS or {2}S in conf.py".format(
71+
type_name, compiler, type_name.upper()))
7272
sys.exit(1)
7373
return filtered[0]
7474

0 commit comments

Comments
 (0)
Please sign in to comment.