Skip to content

Commit

Permalink
Follow up #fa292ca7d49a50a
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty authored and nyalldawson committed Nov 11, 2024
1 parent 4aaa0a2 commit 00eccb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyplugin_installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ def __init__(self):
self.uninstallPlugin(key, quiet=True)
updateAvailablePlugins()
if plugin_is_active:
settings.setValue("/PythonPlugins/watchDog/" + key,
settings.setValue("/PythonPlugins/watchDogTimestamp/" + key,
QDateTime.currentDateTime().toSecsSinceEpoch())
loadPlugin(key)
startPlugin(key)
settings.remove("/PythonPlugins/watchDog/" + key)
settings.remove("/PythonPlugins/watchDogTimestamp/" + key)

# ----------------------------------------- #
def fetchAvailablePlugins(self, reloadMode):
Expand Down

0 comments on commit 00eccb4

Please sign in to comment.