From: Ian Weller Date: Sun, 25 Apr 2010 09:59:52 +0000 (-0500) Subject: Totally botched the spacing, wasn't Yves's fault X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/af5f9b43d968a775d0dd1ce6f1edc7bda0f799eb?hp=a77592fd9d9bd47d07f6e72d5a4fe7fa95ad53b5 Totally botched the spacing, wasn't Yves's fault --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index f39cf8d..4ecafb0 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -65,8 +65,8 @@ class CommandBase(object): 'lgtoken': result['login']['token']}) if result['login']['result'] == 'Success': print 'Login successful! (yay)' - else: - print 'Login failed: %s' % result['login']['result'] + else: + print 'Login failed: %s' % result['login']['result'] else: print 'Login failed: %s' % result['login']['result']