Fixed PathPost when post processing is cancelled

This commit is contained in:
Markus Lampert
2022-08-10 20:40:28 -07:00
parent 20d2d4c8d0
commit 7fe03f2b78

View File

@@ -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())