Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update python/utils.py
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
rldhont and m-kuhn committed May 10, 2019
1 parent 3e3490e commit 4f8f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/utils.py
Expand Up @@ -427,7 +427,7 @@ def _unloadPluginModules(packageName):
try:
del sys.modules[mod]
except:
qDebug("Error when removing module:\n%s" % traceback.format_exc())
pass
# remove the plugin entry
del _plugin_modules[packageName]

Expand Down

0 comments on commit 4f8f85b

Please sign in to comment.