Unverified Commit 33a7bd59 authored by Kroese's avatar Kroese Committed by GitHub
Browse files
parent 612e7725
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ if __name__ == "__main__":
    except KeyboardInterrupt:
        log.debug("Monitor stopped by user.")
        sys.exit(0)
    except (ConnectionError, BrokenPipeError, OSError) as e:
    except OSError as e:
        log.info("Monitor exiting: %s", e)
        sys.exit(0)
    except Exception as e: