Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-eri committed Aug 3, 2015
1 parent bea1cec commit effc200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ def inner(row):
GLib.idle_add(row.__setitem__,6,2)
try:
runner.connect()
except Ecxeption as e:
except Exception as e:
return resp + e.message(), chan

GLib.idle_add(row.__setitem__,6,5)
try:
runner.write(text)
except Ecxeption as e:
except Exception as e:
return resp + e.message(), chan

GLib.idle_add(row.__setitem__,6,10)
try:
chan = runner.execute()
except Ecxeption as e:
except Exception as e:
return resp + e.message(), chan
return resp, runner
return inner
Expand Down

0 comments on commit effc200

Please sign in to comment.