NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

Hide git fatal error if not in a git dir #97

Closed alexespencer closed 9 months ago

alexespencer commented 9 months ago

I found out that sp.check_output does this automatically for stdout, but not err. This captures/hides the git fatal error being printed to the screen

NiklasRosenstein commented 9 months ago

Thanks @alexespencer !