rely on string type for dataStorage.currentUnits
This commit is contained in:
Родитель
b3f9599de4
Коммит
764e558326
|
@ -26,7 +26,7 @@ def get_scale_factor(units: str, dataStorage) -> float:
|
|||
scale_to_meter = get_scale_factor_to_meter(units)
|
||||
if dataStorage is not None:
|
||||
scale_back = scale_to_meter / get_scale_factor_to_meter(
|
||||
dataStorage.currentUnits.value
|
||||
dataStorage.currentUnits
|
||||
)
|
||||
return scale_back
|
||||
else:
|
||||
|
|
Загрузка…
Ссылка в новой задаче