Closed rod-glover closed 7 years ago
They lack the hashbang, so they won't execute directly.
Minimum fix is to put a hashbang at the top of each script.
Better would be to separate them into parts in scripts/ and mm_cataloguer/.
scripts/
mm_cataloguer/
And move the tests out of mm_cataloguer/ to tests/.
tests/
Give scripts/list.py the same treatment.
scripts/list.py
Fixed in #45
They lack the hashbang, so they won't execute directly.
Minimum fix is to put a hashbang at the top of each script.
Better would be to separate them into parts in
scripts/
andmm_cataloguer/
.And move the tests out of
mm_cataloguer/
totests/
.