datacommonsorg / api-python

Python client library to access Data Commons
https://www.datacommons.org
Apache License 2.0
70 stars 39 forks source link

[BUG] Broken symlink in `datacommons_pandas` #179

Closed enjoythecode closed 2 years ago

enjoythecode commented 2 years ago

Describe the bug

176 deleted datacommons/populations.py but did not remove the symlink to it from datacommons_pandas.

To Reproduce

  1. Clone the repo
  2. run ls -la datacommons_pandas
  3. observe that the link from populations.py is broken

Expected behavior The link should be deleted.

Screenshots image

Additional context This broken link breaks a new testing automation script that tars the repository.