From d919f3e705ebe2a41a642bd9d1e936d3d43cbe94 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 11 Oct 2016 19:56:58 +0300 Subject: [PATCH] Fixed error display in qrc dependencies update. --- Telegram/gyp/update_dependent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/gyp/update_dependent.py b/Telegram/gyp/update_dependent.py index 62e3f9a89..ebdbef192 100644 --- a/Telegram/gyp/update_dependent.py +++ b/Telegram/gyp/update_dependent.py @@ -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