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
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):
""" """
......
...@@ -24,10 +24,6 @@ services: ...@@ -24,10 +24,6 @@ services:
volumes: volumes:
- ${TANGO_LOFAR_CONTAINER_MOUNT} - ${TANGO_LOFAR_CONTAINER_MOUNT}
- ${HOME}:/hosthome - ${HOME}:/hosthome
ports:
- "5001:5001/udp"
expose:
- "5001/udp"
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- XAUTHORITY=${XAUTHORITY} - XAUTHORITY=${XAUTHORITY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment