From 43e81343caba072317c0141ef30fc75b3cedab0f Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 6 May 2021 14:20:14 +1000 Subject: Remove dead code and imports as found by Vulture. https://github.com/jendrikseipp/vulture --- scripts/FileGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/FileGenerator.py') diff --git a/scripts/FileGenerator.py b/scripts/FileGenerator.py index eb13e0fd5..b4fe02653 100644 --- a/scripts/FileGenerator.py +++ b/scripts/FileGenerator.py @@ -150,7 +150,7 @@ def UpdateLineInPlistFile(path, key, value): elif ls.startswith(""): if keyCurrent == key: start, tag, rest = l.partition("") - val, etag, end = rest.partition("") + _val, etag, end = rest.partition("") l = start + tag + value + etag + end lines.append(l) contents = "".join(lines) -- cgit v1.2.3