hi to trigger
This commit is contained in:
parent
d00213049e
commit
8c907724bd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ NOTE: If a value submitted to the 'add2' function is a float, it must be done so
|
||||||
in quotes (i.e. as a string).
|
in quotes (i.e. as a string).
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# If 'value' is not an integer, convert it to a float and failing that, a string.
|
# If 'value' is not an integer, convert it to a float and failing that, a string...
|
||||||
def conv(value):
|
def conv(value):
|
||||||
try:
|
try:
|
||||||
return int(value)
|
return int(value)
|
||||||
|
|
Loading…
Reference in a new issue