From 37bc5546c96dff8f09c199aa3e9880481b399368 Mon Sep 17 00:00:00 2001 From: tpollina Date: Tue, 10 Dec 2019 15:29:34 -0800 Subject: [PATCH] Update pipeline.py --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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