Skip to content

0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 16:50
67331de
fix(step_ca_boostrap): don't fail on ubuntu 18.04 (#64)

It seems that only catching OSError isn't sufficient on some systems
and python versions, as this module currently crashes under Ubuntu 18.04
with a FileNotFoundError that is not caught properly. This patch addresses that.