Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Fix nit in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Jul 30, 2018
1 parent 3c02cc5 commit b747099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetmoverscript/zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _check_and_extract_zip_archives_for_given_task(task_id, expected_files_per_a

# We make this check at this stage (and not when all files from all tasks got extracted)
# because files from different tasks are stored in different folders by scriptworker. Moreover
# we tested no relative paths like ".." are not used within the archive.
# we tested no relative paths like ".." were used within the archive.
_ensure_no_file_got_overwritten(task_id, extracted_files)

return extracted_files
Expand Down

0 comments on commit b747099

Please sign in to comment.