Skip to content

Commit

Permalink
[Lint] Fix redefining filename in script
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed May 9, 2016
1 parent 618d2f9 commit c7fd8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen_web_gettext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c7fd8f5

Please sign in to comment.