forked from M-Labs/artiq
units: fix strip_unit
This commit is contained in:
parent
0abd41a04a
commit
f307897bec
|
@ -262,3 +262,5 @@ def strip_unit(value, unit):
|
||||||
raise DimensionError
|
raise DimensionError
|
||||||
else:
|
else:
|
||||||
return value.amount
|
return value.amount
|
||||||
|
else:
|
||||||
|
return value
|
||||||
|
|
Loading…
Reference in New Issue