[Lint] Fix redefining filename in script

This commit is contained in:
Calum Lind 2016-05-07 12:09:57 +01:00
parent 618d2f9f58
commit c7fd8f5116
1 changed files with 2 additions and 2 deletions

View File

@ -50,5 +50,5 @@ def create_gettext_js(js_dir):
return gettext_file return gettext_file
if __name__ == '__main__': if __name__ == '__main__':
filename = create_gettext_js(WEBUI_JS_DIR) gettext_fname = create_gettext_js(WEBUI_JS_DIR)
print("Created '%s'" % filename) print("Created '%s'" % gettext_fname)