mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 20:26:59 +02:00
Fix some errors
This commit is contained in:
@@ -32,6 +32,8 @@ class HonParameterRange(HonParameter):
|
||||
|
||||
@property
|
||||
def step(self) -> float:
|
||||
if not self._step:
|
||||
return 1
|
||||
return self._step
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user