mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue