Fix exception bubble-up

Signed-off-by: nvsickle <nvsickle@amazon.com>
This commit is contained in:
nvsickle
2021-07-07 11:47:37 -07:00
parent 3549e5b946
commit dee591921e
@@ -276,7 +276,7 @@ class LogMonitor(object):
try:
process_line(line)
except LogMonitorException as e:
if exception_info is not None:
if exception_info is None:
exception_info = e.args
if exception_info is not None: