hi to triggers
This commit is contained in:
parent
df500dd87d
commit
379a2058a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def conv(value):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return str(value)
|
return str(value)
|
||||||
|
|
||||||
# The 'add2' function itself Yup
|
# The 'add2' function itself
|
||||||
def add2(arg1, arg2):
|
def add2(arg1, arg2):
|
||||||
# Convert 'arg1' and 'arg2' to their appropriate types
|
# Convert 'arg1' and 'arg2' to their appropriate types
|
||||||
arg1conv = conv(arg1)
|
arg1conv = conv(arg1)
|
||||||
|
|
Loading…
Reference in a new issue