Skip to content

Commit 84337ce

Browse files
committed
Initialize variables
1 parent fd0a5ae commit 84337ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generator/pydifact_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def parse_composite_dir(text, only_code: str | None = None):
493493
# 020 1131 Code list identification code C an..17
494494
# Cont: 1154 Reference number C an..35 an 1 35
495495
# 1156 Line number C an..6 an 1 6
496-
496+
title = code = pos = repr_line = mandatory = ""
497497
if pattern := re.match(
498498
r"^(\d{3})\s+(\d{4})\s+(.*?)\s+([MC])\s+([an]+\.?\.?\d+)\s*$", line
499499
):

0 commit comments

Comments
 (0)