Also break out of the loop when we pull the time out of it.
This commit is contained in:
parent
539e478b9d
commit
c95c14d747
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue