Skip to content

Commit 57fcca6

Browse files
committed
Yeah, let's actually return the option value.....
1 parent bf7caee commit 57fcca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ def str2value(self, value):
484484
if v < 0:
485485
raise OptionValueError(self, value,
486486
"Integer number greater than or equal to zero required")
487+
return v
487488
except OptionValueError:
488489
raise # pass through subclass
489490
except ValueError:

0 commit comments

Comments
 (0)