This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Description
Below is what I did, and in return got error messages in your script, did I do something wrong?
python shadowissues.py mutability-detector mutability-detector
Gathering code.google.com/p/mutability-detector issues.
Gathering any github.com/mutability-detector issues.
Traceback (most recent call last):
File "shadowissues.py", line 347, in
sys.exit(main(sys.argv))
File "shadowissues.py", line 344, in main
shadow_issues(argv[1], argv[2])
File "shadowissues.py", line 60, in shadow_issues
gh_issues = _get_gh_issues(gh_proj)
File "shadowissues.py", line 258, in _get_gh_issues
raise RuntimeError("error GET'ing %s: %s" % (url, response["status"]))
RuntimeError: error GET'ing https://api.github.com/repos/mutability-detector/issues?state=open: 404