mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-30 04:51:54 +02:00
bb557c9ac1
This exception was thrown while running the sanity-check on the python-isort package, which doesn't make use of a setuptools-based build system but rather of a PEP 517 compliant one. * gnu/packages/aux-files/python/sanity-check.py: Handle the FileNotFoundError whe attempting to read the 'top_level.txt' metadata file of the package. Remove extraneous 'continue' statement.