From 79be8890fddf648b523f083a0aa6ad9c934d4f2a Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 28 Apr 2022 12:40:58 +0200 Subject: [PATCH] Fix git safe directory --- wo/core/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/git.py b/wo/core/git.py index 83dc949..5d1e9c9 100644 --- a/wo/core/git.py +++ b/wo/core/git.py @@ -31,7 +31,7 @@ class WOGit: Log.debug(self, "{0}".format(e)) Log.error(self, "Unable to git init at {0}" .format(path)) - wogitsafe + wogitsafe.config() status = wogit.status("-s") if len(status.splitlines()) > 0: try: