Skip to content

Commit beafa8d

Browse files
committed
Actually continue when we say we will.
1 parent da70e6e commit beafa8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/plex-bootstraptest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def alert_callback(data):
126126
while bar.n < bar.total:
127127
if runtime >= opts.bootstrap_timeout:
128128
print('Metadata scan taking too long, but will continue anyway..')
129-
exit(1)
130129
time.sleep(3)
131130
runtime = time.time() - start
132131
bar.close()

0 commit comments

Comments
 (0)