Skip to content

Commit 3e3490e

Browse files
rldhontm-kuhn
andauthored
Update python/utils.py
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
1 parent 5c2f70b commit 3e3490e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def _unloadPluginModules(packageName):
412412
sys.modules[mod].qCleanupResources()
413413
except:
414414
# Print stack trace for debug
415-
qDebug("qCleanupResources error:\n%s" % traceback.format_exc())
415+
pass
416416

417417
# try removing path
418418
if hasattr(sys.modules[mod], '__path__'):

0 commit comments

Comments
 (0)