diff --git a/pipeline.py b/pipeline.py index 75e6e81..84c218a 100644 --- a/pipeline.py +++ b/pipeline.py @@ -6,6 +6,6 @@ import sys value = int(sys.argv[1]) #get the value of the first parameter which is for example a string -text = str(sys.argv[2]) +string = str(sys.argv[2]) #Execute a python cmd with the previous defined variables from php