Skip to content

Commit

Permalink
improve logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad A committed Feb 4, 2018
1 parent c911375 commit 778d432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def download_files(file_number):
continue
logging.info("Downloading files listed in manifest-list file '%s' ...\n" % list_file)
_download_files(json.load(open(list_file)), file_number)
logging.info("%s files downloaded.\n" % file_number[0])
logging.info("%s files processed.\n" % (file_number[0]-1))


def run():
Expand Down

0 comments on commit 778d432

Please sign in to comment.