Commit d3547361 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug related to the default_mux_cabling in hardware system

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -30,6 +30,8 @@ default_mux_cabling = {} ...@@ -30,6 +30,8 @@ default_mux_cabling = {}
for mux in mux_boards: for mux in mux_boards:
update_dict(default_mux_cabling, MUX_CONFIG[mux].pop('default_mux_cabling', {})) update_dict(default_mux_cabling, MUX_CONFIG[mux].pop('default_mux_cabling', {}))
print(f'default_mux_cabling: {default_mux_cabling}')
def elapsed_seconds(start_time): def elapsed_seconds(start_time):
lap = datetime.datetime.utcnow() - start_time lap = datetime.datetime.utcnow() - start_time
return lap.total_seconds() return lap.total_seconds()
......
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