zaabjuda/teamcity-python

Command line arguments with spaces don't seem to pass properly

GoogleCodeExporter opened this issue · 1 comments

I have a  set of scripts that pass a string through a command line argument to 
build a URL for testing. 
e.g. python test_script.py -e development.

I'm adding the '-e development' argument on a single line in the command line 
arguments box in the Team City interface.

When the browser opens it loads http://%20development.website.com instead of 
http://development...

Workaround: if I enter '-e' and 'development' on separate lines in the 
arguments box the URL is built without the '%20'

I don't think this is a huge issue since there is an OK workaround for this.  
It would be nice to be able to pass arguments like the one described in the 
example in a single line since it would make for cleaner setups in TeamCity.
-Robert

Original issue reported on code.google.com by robt...@gmail.com on 5 Mar 2015 at 4:15



Original comment by leonidos on 5 Mar 2015 at 5:18

  • Added labels: Priority-Low, Type-Usability-Issue
  • Removed labels: Priority-Medium, Type-Defect