Skip to content

Commit

Permalink
Fixed missing quotes in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D committed Mar 8, 2017
1 parent 48c37cd commit 80b044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/pyseqsee_app_template/gui/gui.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class {application_class}GUI(GUI):

def __init__(self, **kwargs):
GUI.__init__(self, **kwargs)
self.mw.title({application_name})
self.mw.title('{application_name}')
# EDIT-ME: You may wish to add key-bindings.


0 comments on commit 80b044a

Please sign in to comment.