Fix indentation (pylint)
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
59a4d42a33
commit
d42ecdba1d
|
@ -1804,9 +1804,9 @@ def process_file_args(files, patch_infos):
|
||||||
# exist - if someone asks to process a file with this crazy
|
# exist - if someone asks to process a file with this crazy
|
||||||
# name, and it exists, we'll process it without complaint.
|
# name, and it exists, we'll process it without complaint.
|
||||||
if (h(f).startswith("\xe2\x80\x93") or
|
if (h(f).startswith("\xe2\x80\x93") or
|
||||||
h(f).startswith("\xe2\x80\x94") or
|
h(f).startswith("\xe2\x80\x94") or
|
||||||
h(f).startswith("\u2013") or
|
h(f).startswith("\u2013") or
|
||||||
h(f).startswith("\u2014")):
|
h(f).startswith("\u2014")):
|
||||||
print_warning(
|
print_warning(
|
||||||
"Skipping non-existent filename starting with em dash or en dash "
|
"Skipping non-existent filename starting with em dash or en dash "
|
||||||
+ h(f))
|
+ h(f))
|
||||||
|
|
Loading…
Reference in New Issue