After converting a previously working optparse I found that I should not be using 'args' as a destination as it seemed to break django 1.11 management command execution.

I changed both the flag name '--args' to '--task-args' and the destination 
'args' to 'task-args' and that seemed to fix things.

Is there a recommendation anywhere for names and detinations to avoid?
--
Robin Becker

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to