Another small parser fix.
This commit is contained in:
parent
b09870bb03
commit
e40aac88ac
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ def kxhandleInput(ctx, text=None, flavor=None):
|
||||||
# thunk. We have to repr() this, as such.
|
# thunk. We have to repr() this, as such.
|
||||||
print repr(msg)
|
print repr(msg)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print "(Couldn't print processed message: {!s}").format(err)
|
print "(Couldn't print processed message: {!s})".format(err)
|
||||||
# karxi: We have a list...but I'm not sure if we ever get anything else, so
|
# karxi: We have a list...but I'm not sure if we ever get anything else, so
|
||||||
# best to play it safe. I may remove this during later refactoring.
|
# best to play it safe. I may remove this during later refactoring.
|
||||||
if isinstance(msg, list):
|
if isinstance(msg, list):
|
||||||
|
|
Loading…
Reference in a new issue