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

Merge branch 'L2SS-309-fix-sst-syntax-errors' into 'master'

Fix more syntax errors

Closes L2SS-309

See merge request !83
parents b86ffeeb a96c3cb8
Branches
Tags
1 merge request!83Fix more syntax errors
......@@ -23,6 +23,9 @@ __all__ = ["hardware_device"]
from devices.device_decorators import only_in_states, fault_on_error
import logging
logger = logging.getLogger()
#@log_exceptions()
class hardware_device(Device):
"""
......
......@@ -24,10 +24,6 @@ services:
volumes:
- ${TANGO_LOFAR_CONTAINER_MOUNT}
- ${HOME}:/hosthome
ports:
- "5001:5001/udp"
expose:
- "5001/udp"
environment:
- TANGO_HOST=${TANGO_HOST}
- XAUTHORITY=${XAUTHORITY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment