Skip to content
Snippets Groups Projects
Commit a96c3cb8 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-309: add missing import of logger

parent 00cf2bcb
No related branches found
No related tags found
1 merge request!83Fix more syntax errors
...@@ -23,6 +23,9 @@ __all__ = ["hardware_device"] ...@@ -23,6 +23,9 @@ __all__ = ["hardware_device"]
from devices.device_decorators import only_in_states, fault_on_error from devices.device_decorators import only_in_states, fault_on_error
import logging
logger = logging.getLogger()
#@log_exceptions() #@log_exceptions()
class hardware_device(Device): class hardware_device(Device):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment