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