KnowledgeCaptureAndDiscovery / somef

SOftware Metadata Extraction Framework: A tool for automatically extracting relevant software information from readme files
MIT License
45 stars 22 forks source link

Error when processing multiple repositories (0.9.5) #635

Closed dgarijo closed 1 month ago

dgarijo commented 7 months ago

(Thanks to Lise Stork, who brought this to our attention)

The -i option is not working for us, when we run "somef describe -i repos.txt -o test.json -t 0.8", we get an AttributeError: 'list' object has no attribute 'results' error. If we use -r for each of the list items, it works well (such as somef describe -r https://github.com/muhai-project/okg_media_discourse/ -m -p -o test.json -t 0.8).

version: somef 0.9.5, Python 3.10

Repos is as follows:

https://github.com/muhai-project/okg_media_discourse/
https://github.com/muhai-project/mira/ 
https://github.com/kondilidisn/understanding_ingredient_substitutions/

Processing works, but it does not get exported

dgarijo commented 1 month ago

This one is fixed in https://github.com/KnowledgeCaptureAndDiscovery/somef/issues/635, it will be ready in the next release