I need supervisor to run a command in which one of the arguments is itsef a format string which contains a colon. However, supervisor errors out upon parsing supervisor.conf with the following error:
Error: Format string [...] for [...] is badly formatted: unsupported format character ':' (0x3a) at index 30
I tried enclosing the argument list in quotes to no avail. Is there a workaround for this?