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
  • Loading branch information
Raj Reddy committed Feb 2, 2016
1 parent 1f321fe commit 91edd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opserver/opserver_util.py
Expand Up @@ -262,6 +262,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 91edd3f

Please sign in to comment.