Skip to content

Commit

Permalink
Fixes an issue where the last logs are not displayed if the worker fi…
Browse files Browse the repository at this point in the history
…nishes. Forgot why i added that if, i'm an idiot.
  • Loading branch information
masom committed Apr 19, 2012
1 parent 75b34d5 commit 7f357a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/pixie/lib/setup_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,6 @@ def _setup_status(self, **kwargs):
'''
Returns the current log queue and if the setup is running or not.
'''
if self.worker and self.worker.completed:
return (self.statuses, False)

status = self._readQueue(self._workerQueue)
while status:
Expand Down

0 comments on commit 7f357a4

Please sign in to comment.