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
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
argument parsing is not very flexible.. giving no argument to the script makes it crash with:
Traceback (most recent call last):
File "./format-pull-request.py", line 75, in <module>
owner, repo = sys.argv[1:3]
ValueError: need more than 0 values to unpack
this should be changed to using some args parsing module, or the builtin getopt function