guix/gnu/packages/aux-files/python
Maxim Cournoyer bb557c9ac1
build/python: Handle FileNotFoundError exception in sanity-check.py.
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.
2021-02-03 21:56:53 -05:00
..
sanity-check.py build/python: Handle FileNotFoundError exception in sanity-check.py. 2021-02-03 21:56:53 -05:00
sitecustomize.py