Actually continue when we say we will.

This commit is contained in:
Michael Shepanski 2019-10-15 23:20:45 -04:00
parent da70e6e204
commit beafa8d092

View file

@ -126,7 +126,6 @@ def create_section(server, section, opts):
while bar.n < bar.total:
if runtime >= opts.bootstrap_timeout:
print('Metadata scan taking too long, but will continue anyway..')
exit(1)
time.sleep(3)
runtime = time.time() - start
bar.close()