Skip to content

Commit bea71db

Browse files
BurgholzerBurgholzer
authored andcommitted
info
1 parent b025820 commit bea71db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hsp2/hsp2tools/readUCI.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,9 @@ def specactions(info, llines):
670670
sa_if.append(line)
671671
curlvl = len(sa_if)
672672
elif line[0:4] == "ELSE":
673+
print("Found ELSE with 0:4 chars")
674+
elif line[0:5] == "ELSE":
675+
print("Found ELSE with 0:5 chars")
673676
sa_if.append(line)
674677
# should an ELSE change the level? Don't think so
675678
# either way this is just a holding spot for now

0 commit comments

Comments
 (0)