Update pipeline.py
This commit is contained in:
parent
675e48565c
commit
37bc5546c9
|
@ -6,6 +6,6 @@ import sys
|
||||||
value = int(sys.argv[1])
|
value = int(sys.argv[1])
|
||||||
|
|
||||||
#get the value of the first parameter which is for example a string
|
#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
|
#Execute a python cmd with the previous defined variables from php
|
||||||
|
|
Loading…
Reference in a new issue