Skip to content

Commit

Permalink
Update arctic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Oct 27, 2016
1 parent 50b831d commit 241b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/fixtures/arctic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def mongo_host(mongo_server):
def arctic(mongo_server):
logger.info('arctic.fixtures: arctic init()')
retry_count = 0
while retry_count < 10
while retry_count < 10:
try:
mongo_server.api.drop_database('arctic')
except:
Expand Down

0 comments on commit 241b7dd

Please sign in to comment.