diff --git a/gen_web_gettext.py b/gen_web_gettext.py index 19d961ebc..b9c1c734c 100755 --- a/gen_web_gettext.py +++ b/gen_web_gettext.py @@ -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)