Skip to content
Snippets Groups Projects
Commit 3ac2674b authored by Robin.Mueller's avatar Robin.Mueller
Browse files

small tweak

parent 80fd007e
Branches
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ class TmTcHandler: ...@@ -114,7 +114,7 @@ class TmTcHandler:
except KeyboardInterrupt: except KeyboardInterrupt:
LOGGER.info("Keyboard Interrupt.") LOGGER.info("Keyboard Interrupt.")
sys.exit() sys.exit()
except IOError as e: except IOError:
LOGGER.error("IO Error occured!") LOGGER.error("IO Error occured!")
sys.exit() sys.exit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment