Fixed error display in qrc dependencies update.

This commit is contained in:
John Preston 2016-10-11 19:56:58 +03:00
parent 9950629e4e
commit d919f3e705
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def handle_qrc_dependencies(file_path):
if latest_modified < dependency_modified:
latest_modified = dependency_modified
else:
eprint('File not found: ' + full_path)
eprint('File not found: ' + path)
if file_modified < latest_modified:
os.utime(file_path, None);
one_modified = 1