Closed fmaguire closed 4 years ago
Fixed print statement with import __future__
Fixed deprecated sort with sorted
Resolved urllib import changes
Replaced .iterkeys with .keys
Added byte string decoding
Successfully ran on test data with python2 and python3 (matching md5 hashes of main output files)
Awesome. Thanks so much for updating this @fmaguire 😄. It works great. I'm merging it in now.
Fixed print statement with import __future__
Fixed deprecated sort with sorted
Resolved urllib import changes
Replaced .iterkeys with .keys
Added byte string decoding
Successfully ran on test data with python2 and python3 (matching md5 hashes of main output files)