We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025820 commit bea71dbCopy full SHA for bea71db
src/hsp2/hsp2tools/readUCI.py
@@ -670,6 +670,9 @@ def specactions(info, llines):
670
sa_if.append(line)
671
curlvl = len(sa_if)
672
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")
676
677
# should an ELSE change the level? Don't think so
678
# either way this is just a holding spot for now
0 commit comments