Skip to content

Commit

Permalink
We are stuck in a while loop printing the same error message continuo…
Browse files Browse the repository at this point in the history
…usly

An exception should end the loop

Change-Id: Ib1ae5c8c40ae6a2586b4bdf2c267beecd2ed95c0
Closes-Bug: #1541042
(cherry picked from commit 91edd3f)
  • Loading branch information
Raj Reddy committed Apr 27, 2016
1 parent ea0ee6c commit 3647d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opserver/opserver_util.py
Expand Up @@ -251,6 +251,7 @@ def parse_query_result(result):
yield i
except Exception as e:
print "Error parsing %s results: %s" % (ln, str(e))
done = True
return
# end parse_query_result

Expand Down

0 comments on commit 3647d01

Please sign in to comment.