We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0a9ff commit 1e3426dCopy full SHA for 1e3426d
1 file changed
dvcurator/fs.py
@@ -127,6 +127,7 @@ def anonymize_project(folder, citation):
127
return None
128
129
dvcurator.rename.anonymize(edit_path, citation)
130
+ print("\n")
131
dvcurator.pdf.write_metadata(edit_path, "ANONYMIZED")
132
133
return edit_path
0 commit comments