abhikandoi2000/inventory

Arguments not passed correctly

Closed this issue · 0 comments

Arguments containing spaces are passed as different arguments.

Example : run ex.py "a b" c d will pass 4 arguments - a,b,c,d rather than 3 to the file ex.py