Skip to content
#

certbot

Here are 521 public repositories matching this topic...

bmw
bmw commented May 14, 2020

In all of our current uses of os.umask or filesystem.umask, we always temporarily set it to a different value and then restore it using a try/finally block. I expect this pattern to continue.

Because of that, why don't we create a simple function in certbot.util that can be used as a context manager to set umask to a value and restore it to its previous value when exiting the with blo

Improve this page

Add a description, image, and links to the certbot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the certbot topic, visit your repo's landing page and select "manage topics."

Learn more