diff options
Diffstat (limited to 'event_log.py')
-rw-r--r-- | event_log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event_log.py b/event_log.py index 315d752d..45800a59 100644 --- a/event_log.py +++ b/event_log.py | |||
@@ -138,7 +138,7 @@ class EventLog(object): | |||
138 | Returns: | 138 | Returns: |
139 | A dictionary of the event added to the log. | 139 | A dictionary of the event added to the log. |
140 | """ | 140 | """ |
141 | event['status'] = self.GetStatusString(success) | 141 | event['status'] = self.GetStatusString(success) |
142 | event['finish_time'] = finish | 142 | event['finish_time'] = finish |
143 | return event | 143 | return event |
144 | 144 | ||