Skip to content

Commit

Permalink
Fixed uptime plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdln committed Mar 9, 2009
1 parent 36f33e4 commit fbee83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashbake/plugins/uptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def init(self, config):
def addcontext(self, message_file, config):
""" Add the system's up time to the commit context. """

uptime = __calcuptime()
uptime = self.__calcuptime()

if uptime == None:
message_file.write('Couldn\'t determine up time.\n')
Expand Down

0 comments on commit fbee83d

Please sign in to comment.