mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
[Lint] Fix redefining filename in script
This commit is contained in:
parent
618d2f9f58
commit
c7fd8f5116
@ -50,5 +50,5 @@ def create_gettext_js(js_dir):
|
||||
return gettext_file
|
||||
|
||||
if __name__ == '__main__':
|
||||
filename = create_gettext_js(WEBUI_JS_DIR)
|
||||
print("Created '%s'" % filename)
|
||||
gettext_fname = create_gettext_js(WEBUI_JS_DIR)
|
||||
print("Created '%s'" % gettext_fname)
|
||||
|
Loading…
x
Reference in New Issue
Block a user