diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-05 17:23:14 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-05 17:23:14 -0800 |
| commit | dac73bd39db07e2fc471fb306f62d48d9a7faf9e (patch) | |
| tree | 784f52e7be7428f3d8c42a0cfafc7d4afe3b414d /ricky/imbreak/params.py | |
| parent | e85b0885ac45e5773a2e9dfb2b91bc8a57de98e2 (diff) | |
updated imbreak
Diffstat (limited to 'ricky/imbreak/params.py')
| -rw-r--r-- | ricky/imbreak/params.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ricky/imbreak/params.py b/ricky/imbreak/params.py index 9ceb89c..90ad41d 100644 --- a/ricky/imbreak/params.py +++ b/ricky/imbreak/params.py @@ -47,6 +47,7 @@ class ImBreakParams(Params): ConstrainedNumber( name="breakangle", required=False, + enforce_int=True, min=-180, max=180), Enum( |
