Even more fun, I don't think we are doing a lot of escaping/sanitisation of the content of the User Command Line Arguments textbox: you could inject some bash in there. For instance, instead of typing --help in there, you could type
`echo --help`
then running the program you will get its help printout.
In your case, you could add in User Command Line Arguments:
`cd projects/MYPROJECT && python create_config.py`
Don't rely on this "feature" to stay there forever ;-).