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
In [4]: import busfactor.counter
In [5]: busfactor.counter.main()
Traceback (most recent call last):
File "<ipython-input-5-47fbe6727986>", line 1, in <module>
busfactor.counter.main()
File "/Users/adam/repos/busfactor/busfactor/counter.py", line 93, in main
for e in ['py', 'f', 'c', 'h', 'pyx']])
File "/Users/adam/repos/busfactor/busfactor/counter.py", line 93, in <listcomp>
for e in ['py', 'f', 'c', 'h', 'pyx']])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: