Actually if you break your statement into multiple lines you can.
Something like:
['../some/guy', '-m', '10',
# '-p', '0',
'-n', '100', '-f', '/dev/stdout']
should work.
Actually if you break your statement into multiple lines you can.
Something like:
['../some/guy', '-m', '10',
# '-p', '0',
'-n', '100', '-f', '/dev/stdout']
should work.