mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
followup 0181df555378eabbf58a29b76e687c54178ca5f1
This commit is contained in:
parent
418725d8bc
commit
9ebb69e70b
@ -224,7 +224,7 @@ def startPlugin(packageName):
|
||||
|
||||
# add to active plugins
|
||||
active_plugins.append(packageName)
|
||||
end = time.end()
|
||||
end = time.clock()
|
||||
plugin_times[packageName] = "{0:02f}s".format(end - start)
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user