Skip to content

Commit

Permalink
followup 0181df5
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 17, 2014
1 parent 418725d commit 9ebb69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/utils.py
Expand Up @@ -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
Expand Down

0 comments on commit 9ebb69e

Please sign in to comment.