thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Empty strings are skipped in the command line parameters #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write a script that reads in a number of command line arguments
2. For one of the arguments add an empty string "" in the PyScripter command 
line parameters window
3. Print the values of all the arguments.

What is the expected output? What do you see instead?
- The expected output is that all arguments get assigned to the correct 
variable based on the order they were entered. This includes arguments 
consisting of empty strings.
- Instead what happens is the empty string is skipped and all arguments 
following it instead get assigned to the variable previous to the expected 
variable.

What version of the product are you using? On what operating system?
PyScripter 1.9.9.7
Python 2.5.1
Windows XP SP3

Original issue reported on code.google.com by blah238@gmail.com on 16 Jul 2010 at 6:58

GoogleCodeExporter commented 9 years ago
Fixed in SVN

Original comment by pyscripter on 31 Jul 2010 at 3:51

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:02