We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e827e6d commit 3028d52Copy full SHA for 3028d52
pysrc/generator.py
@@ -1315,7 +1315,7 @@ def read_structured_flexible(self,lines):
1315
# extra pattern.
1316
if len(self.extra_operands) == 0:
1317
die("Need to have a PATTERN line before the " +
1318
- "OPERANDS line for " + ii.iclass)
+ "OPERANDS line for " + self.iclass)
1319
self.extra_operands[-1] = rest.split()
1320
else:
1321
self.operands_input = rest.split()
@@ -1342,7 +1342,7 @@ def read_structured_flexible(self,lines):
1342
if filling_extra:
1343
if len(self.extra_iforms_input) == 0:
1344
die("Need to have a PATTERN line before " +
1345
- "the IFORM line for " + ii.iclass)
+ "the IFORM line for " + self.iclass)
1346
self.extra_iforms_input[-1] = rest
1347
1348
self.iform_input = rest
0 commit comments