mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed error display in qrc dependencies update.
This commit is contained in:
parent
9950629e4e
commit
d919f3e705
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def handle_qrc_dependencies(file_path):
|
||||||
if latest_modified < dependency_modified:
|
if latest_modified < dependency_modified:
|
||||||
latest_modified = dependency_modified
|
latest_modified = dependency_modified
|
||||||
else:
|
else:
|
||||||
eprint('File not found: ' + full_path)
|
eprint('File not found: ' + path)
|
||||||
if file_modified < latest_modified:
|
if file_modified < latest_modified:
|
||||||
os.utime(file_path, None);
|
os.utime(file_path, None);
|
||||||
one_modified = 1
|
one_modified = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue