Update pipeline.py

This commit is contained in:
tpollina 2019-12-10 15:29:34 -08:00 committed by GitHub
parent 675e48565c
commit 37bc5546c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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