Skip to content
Snippets Groups Projects
Commit cb06a253 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

Add a new line to the last line of the unknown files list

(we are not animals)
parent f53460bb
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@
if not args.dry_run:
with open(output_list_path, "w") as output_list_file:
output_list_file.write("\n".join(unknown_paths))
output_list_file.write("\n")
create_files(unknown_paths)
else:
for pair in zip(tracked_paths, unknown_paths):
......
......@@ -57,7 +57,7 @@
fe1li.txt
olitefreh
rife2tal.gz
lithtafe (no-eol)
lithtafe
remove the files
----------------
......@@ -82,4 +82,4 @@
fe1li.txt
olitefreh
rife2tal.gz
lithtafe (no-eol)
lithtafe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment