igraph / python-igraph

Python interface for igraph
GNU General Public License v2.0
1.31k stars 249 forks source link

Bug fix in libraries.py #767

Closed rmmaf closed 7 months ago

rmmaf commented 7 months ago

The 'pop' function in line 58 is called wrongly (with '[]' instead of '()'), resulting in:

TypeError: 'builtin_function_or_method' object is not subscriptable