In tidy, screen out emacs backup files properly
This commit is contained in:
parent
1e96099918
commit
b0f289397c
@ -19,7 +19,7 @@ def report_err(s):
|
||||
err=1
|
||||
|
||||
file_names = [s for s in sys.argv[1:] if (not s.endswith("_gen.rs"))
|
||||
and (not s.startswith(".#"))]
|
||||
and (not ".#" in s)]
|
||||
|
||||
try:
|
||||
for line in fileinput.input(file_names,
|
||||
|
Loading…
Reference in New Issue
Block a user