Kyle Horne
Results
2
issues of
Kyle Horne
After installing pycg using pip, I get the following traceback when trying to run on a sample code. ``` Traceback (most recent call last): File "/home/kyle/.local/bin/pycg", line 8, in sys.exit(main())...
When trying to use error_components there are some dictionary errors. These result from Python 3 removing the 'has_key' method of dictionary objects. They can be corrected by replacing 'dictionary.has_key(key)' with...