pbinkley / twarc-report

Data conversions and examples for generating reports from twarc collections using tools such as D3.js
Creative Commons Zero v1.0 Universal
55 stars 6 forks source link

d3cotags.py -t option causes error in Python 3: "RuntimeError: dictionary changed size during iteration" #22

Open benparkergit opened 4 years ago

benparkergit commented 4 years ago

Any -t option greater than 1 causes an error I think due to differences in iterating through keys in a dict between Python 2 and 3. It seems to work fine in Python 2.7 .

Just FYI, and thanks for the tools!