paulbrodersen / netgraph

Publication-quality network visualisations in python
GNU General Public License v3.0
667 stars 40 forks source link

undefined name 'shape' #5

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/paulbrodersen/netgraph on Python 2.7.14

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./netgraph/_main.py:820:64: F821 undefined name 'shape'
                    raise ValueError("Got unknown shape: %s" % shape)
                                                               ^
paulbrodersen commented 6 years ago

Thank you! Resolved in 458e67e.