Re: A python question
Angus Leeming wrote: > Jose, > > the file below is 'general_command_wrapper.py' to be found in lib/scripts > in the 1.3.x repository. It fails to execute commands like: Please ignore. I'm talking crap. -- Angus
A python question
Jose, the file below is 'general_command_wrapper.py' to be found in lib/scripts in the 1.3.x repository. It fails to execute commands like: date '+%B %d, %Y' because it doesn't wrap each arg in single quotes. Question is, what's the elegant way of wrapping each individual arg in quotes.