Also break out of the loop when we pull the time out of it.

This commit is contained in:
yrriban 2025-04-22 02:07:45 -04:00
parent 539e478b9d
commit c95c14d747

View file

@ -33,6 +33,7 @@ class DSDA(dcc.doom_base.WadMap):
if m is None: if m is None:
continue continue
fh2 = m[1]+m[2] fh2 = m[1]+m[2]
break
if not fh2: if not fh2:
sys.exit("Failed to match any line in {} against Time regex.".format(dtp)) sys.exit("Failed to match any line in {} against Time regex.".format(dtp))