diff --git a/kibot/gs.py b/kibot/gs.py index 20a672ad..a161add5 100644 --- a/kibot/gs.py +++ b/kibot/gs.py @@ -781,7 +781,7 @@ class GS(object): @staticmethod def exit_with_error(msg, level): GS.trace_dump() - if isinstance(msg, tuple): + if isinstance(msg, (tuple, list)): for m in msg: logger.error(m) else: