From 8c21e0c3c344817e4fd78bb71559fe5d4d693a31 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 6 Sep 2019 14:50:44 +0200 Subject: [PATCH] Fix WOFileUtils --- wo/core/sslutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/sslutils.py b/wo/core/sslutils.py index e329e85..bbc1873 100644 --- a/wo/core/sslutils.py +++ b/wo/core/sslutils.py @@ -142,7 +142,7 @@ class SSL: selfs_tmp = '/var/lib/wo/tmp/selfssl' # create self-signed tmp directory if not os.path.isdir(selfs_tmp): - WOFileUtils.mkdir(selfs_tmp) + WOFileUtils.mkdir(self, selfs_tmp) if wo_domain_name == '': wo_domain_name = 'localhost' try: