You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for sym in self.symbolTable[self.moduleName[0]]['_symtable_order']: if sym not in self._out: raise error.PySmiCodegenError('No generated code for symbol %s' % sym)
the sym is nodeName that has been trans,but the name in self.out is not
so the error happened
The text was updated successfully, but these errors were encountered:
my pysmi version is 0.3.4
the error code is in jsondoc.py
method: genCode(self, ast, symbolTable, **kwargs)
for sym in self.symbolTable[self.moduleName[0]]['_symtable_order']: if sym not in self._out: raise error.PySmiCodegenError('No generated code for symbol %s' % sym)
the sym is nodeName that has been trans,but the name in self.out is not
so the error happened
The text was updated successfully, but these errors were encountered: