Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f authored Jan 15, 2024
1 parent fa5a06c commit a6e3dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def fetch_data(args):
os.makedirs(parent_dir_destination)
os.rename(file_path, destination)
if args.verbose:
print("Processed %d documents, now move %s to %s" %(processed_documents, file_path, destination)
print("Processed %d documents, now move %s to %s" %(processed_documents, file_path, destination))


def main():
Expand Down

0 comments on commit a6e3dbd

Please sign in to comment.