Skip to content

Commit

Permalink
Add missing whitespace to connection wizard messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Jan 31, 2014
1 parent 508dbee commit 2d628b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/connect_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ def Draw(self, evt):
try:
connect.engine.opts = self.values_dict
connect.engine.connect(force_reconnect=True)
message = '''<p><b>Success!</b>Your connection has been saved.</p>
message = '''<p><b>Success!</b> Your connection has been saved.</p>
<p>Click Finish to continue.</p>'''
save_connection(connect.engine.name, self.values_dict)

except Exception as e:
message = message = '''<p><b>Error.</b>There was a problem with your
message = message = '''<p><b>Error.</b> There was a problem with your
connection:</p><p>%s</p>
<p>Click Back to try again, or Cancel.</p>''' % e

Expand Down

0 comments on commit 2d628b8

Please sign in to comment.