Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Jan 30, 2025
1 parent 3d3a30d commit 03f60b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimela/cargo/cab/sofia2/src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
elif (not name == 'port2tigger'):
value = 'false'

if name in ["reliability.parameters"] and value is not None:
if dtype == 'list:str' and value is not None:
try:
value = ",".join(map(str, value)) # Flatten the list into a string
except ValueError:
Expand Down

0 comments on commit 03f60b4

Please sign in to comment.