johannesjh / req2flatpak

Convert Python package requirements to Flatpak build manifests
https://johannesjh.github.io/req2flatpak/
MIT License
19 stars 2 forks source link

Fix invalid platforms in `main`. #39

Closed real-yfprojects closed 1 year ago

real-yfprojects commented 1 year ago

PlatformFactory might return None if a platform cannot be passed. This wasn't handled by the main function yet.

Also ensures that pylama runs in poetry env.

johannesjh commented 1 year ago

I'll merge this to make life easier in subsequent pull requests such as #41