Skip to content
  • Reed Essick's avatar
    Modified how commands are read out of config file when passed to... · cf96f1ff
    Reed Essick authored
    Modified how commands are read out of config file when passed to subprocess.Popen and/or multiprocessing.Process. This should be entirely backward compatible, but will now allow users to specify command line options and arguments directly within the INI file rather than having to use a wrapper script. The caveat here is there cannot be an spaces within a single option. For example, \'script --option option1\' is fine but \'script --option "option 1"\' is not.
    cf96f1ff