Skip to content
Snippets Groups Projects
Commit 60388948 authored by Taya Snijder's avatar Taya Snijder
Browse files

conflict fix and logging error workaround

parent a232648b
No related branches found
No related tags found
1 merge request!18Resolve #2021 "04 16 branched from master state bug fix"
from threading import Thread from threading import Thread
import socket import socket
<<<<<<< HEAD
from src.comms_client import CommClient from src.comms_client import CommClient
=======
from src.comms_client import *
>>>>>>> master
import numpy import numpy
import opcua import opcua
from opcua import Client from opcua import Client
......
...@@ -23,7 +23,7 @@ __all__ = ["hardware_device"] ...@@ -23,7 +23,7 @@ __all__ = ["hardware_device"]
from src.wrappers import only_in_states from src.wrappers import only_in_states
@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.
Finish editing this message first!
Please register or to comment