Commit 412d7f99 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug in dummy_ctl

Showing with 2 additions and 2 deletions
+2 -2
from ohmpi.ohmpi.config import HARDWARE_CONFIG
from ohmpi.config import HARDWARE_CONFIG
import os
from ohmpi.hardware_components import CtlAbstract
CTL_CONFIG = HARDWARE_CONFIG['ctl']
......@@ -8,4 +8,4 @@ class Ctl(CtlAbstract):
def __init__(self, **kwargs):
kwargs.update({'board_name': os.path.basename(__file__).rstrip('.py')})
super().__init__(**kwargs)
self.bus = None
\ No newline at end of file
self.bus = None
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment