spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
223 stars 205 forks source link

Fix proposal for task arg parse url #148

Closed michelekorell closed 3 years ago

michelekorell commented 3 years ago

To fix I added ", 1" notation to a.split('=', 1) for a in sys.argv[1:] at line 16 of ./polyglot-python-task/util/task_args.py

Issue spring-cloud / spring-cloud-dataflow-samples #147

pivotal-cla commented 3 years ago

@michelekorell Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 3 years ago

@michelekorell Thank you for signing the Contributor License Agreement!

tzolov commented 3 years ago

Hi @michelekorell,

147 is a valid issue indeed! Submitted PR should fix it!

Thanks for the contribution!

michelekorell commented 3 years ago

Thanks a lot to accept it!