We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c1535 commit 667e72dCopy full SHA for 667e72d
1 file changed
transpyle/cpp/unparser.py
@@ -505,7 +505,7 @@ def _Attribute(self, t):
505
self.write(unparsed)
506
return
507
except KeyError:
508
- _LOG.warning('Could not find %s.%s attribute in standard tuples. Assuming normal object.', t.value.id, t.attr)
+ pass #_LOG.warning('Could not find %s.%s attribute in standard tuples. Assuming normal object.', t.value.id, t.attr)
509
510
self.dispatch(t.value)
511
self.write('.')
0 commit comments