Skip to content

Commit

Permalink
Fix two times start keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Korpela committed Aug 17, 2012
1 parent 8a181b1 commit ec75b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/robotide/contrib/testrunner/testrunnerplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ def _post_result(self, event, *args):
self._handle_log_file(args)
if event == 'start_keyword':
self._handle_start_keyword(args)
self._progress_bar.set_current_keyword(args[0])
if event == 'end_keyword':
self._handle_end_keyword()
if event == 'log_message':
Expand Down

0 comments on commit ec75b0c

Please sign in to comment.