mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-14 07:04:26 -04:00
Fix some errors
This commit is contained in:
parent
7bd3aac7c5
commit
8e16b4a215
4 changed files with 11 additions and 5 deletions
|
@ -32,6 +32,8 @@ class HonParameterRange(HonParameter):
|
|||
|
||||
@property
|
||||
def step(self) -> float:
|
||||
if not self._step:
|
||||
return 1
|
||||
return self._step
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue