From c95c14d7471868e6317bbf7b4ef341f72dbda101 Mon Sep 17 00:00:00 2001 From: yrriban Date: Tue, 22 Apr 2025 02:07:45 -0400 Subject: [PATCH] Also break out of the loop when we pull the time out of it. --- dcc/dsda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dcc/dsda.py b/dcc/dsda.py index 8190a7c..f675670 100644 --- a/dcc/dsda.py +++ b/dcc/dsda.py @@ -33,6 +33,7 @@ class DSDA(dcc.doom_base.WadMap): if m is None: continue fh2 = m[1]+m[2] + break if not fh2: sys.exit("Failed to match any line in {} against Time regex.".format(dtp))