Skip to content
Snippets Groups Projects
Commit e2bc6c00 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add traceback import

This makes it actually possible to print a traceback.
parent 921024cf
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ from PyTango import AttrWriteType, PipeWriteType
# PROTECTED REGION ID(Crossecho.additionnal_import) ENABLED START #
from opcua import Client
import numpy
import traceback
# PROTECTED REGION END # // Crossecho.additionnal_import
__all__ = ["Crossecho", "main"]
......
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