mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[Lint] Fix redefining filename in script
This commit is contained in:
parent
618d2f9f58
commit
c7fd8f5116
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue