From 460822ea6cef840e0f478918547a806b231c3dc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Sep 2016 03:14:35 +0300 Subject: Fix different issues in tools found by pyflakes. --- lang/updatelang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/updatelang.py b/lang/updatelang.py index 6ba74c5..397cfcb 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -99,7 +99,7 @@ def collectMessages(messagesDir): idx = line.find(": ") if idx < 1: continue - msgId = line[:idx] +# msgId = line[:idx] msgStr = line[idx + 2:] if msgStr[-1:] == "\n": msgStr = msgStr[:-1] -- cgit v1.2.3-70-g09d2