You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial analysis shows that optparse is deprecated as of Python 2.7. Also, it does not support options long format without '--' i.e. only --name or -n, but no name.
http://docs.python.org/2/library/optparse.html
The text was updated successfully, but these errors were encountered: