From 7fe03f2b7843bcab66ed108eee88d576e3f3226d Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Wed, 10 Aug 2022 20:40:28 -0700 Subject: [PATCH] Fixed PathPost when post processing is cancelled --- src/Mod/Path/Path/Post/Command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/Path/Post/Command.py b/src/Mod/Path/Path/Post/Command.py index 9d17cb326b..796b63d46f 100644 --- a/src/Mod/Path/Path/Post/Command.py +++ b/src/Mod/Path/Path/Post/Command.py @@ -39,7 +39,7 @@ from PySide import QtCore, QtGui from datetime import datetime from PySide.QtCore import QT_TRANSLATE_NOOP -LOG_MODULE = PathLog.thisModule() +LOG_MODULE = Path.Log.thisModule() if True: Path.Log.setLevel(Path.Log.Level.DEBUG, Path.Log.thisModule())