From 7e8baadaf2125db563ef648ecf845636aac125df Mon Sep 17 00:00:00 2001 From: udayakr <37626471+udayakr@users.noreply.github.com> Date: Thu, 7 Feb 2019 19:09:14 +0530 Subject: [PATCH] test --- sources/calc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/calc.py b/sources/calc.py index 9bb09fa..660cebe 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -8,6 +8,7 @@ in quotes (i.e. as a string). # If 'value' is not an integer, convert it to a float and failing that, a string. # This is the file to calculate the additon of two numbers. +# this new comment has been added to test the pipeline def conv(value):