swansonk14 / typed-argument-parser

Typed argument parser for Python
MIT License
494 stars 40 forks source link

fix #99: allow no git remote #145

Open arnaud-ma opened 2 months ago

arnaud-ma commented 2 months ago

Fix #99.

The return value in get_git_url and the value of reproducibility["git_url"] can now be None if it is a git repo with no remote.