mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01:00
Add exception for permissions in helpers check
This commit is contained in:
parent
de96844276
commit
fdc88451b9
@ -690,6 +690,9 @@ class Helpers:
|
||||
# directory already exists - non-blocking error
|
||||
except FileExistsError:
|
||||
pass
|
||||
except PermissionError as e:
|
||||
logger.critical(f"Check generated exception due to permssion error: {e}")
|
||||
pass
|
||||
|
||||
def create_self_signed_cert(self, cert_dir=None):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user