We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8df15a commit 40a54e4Copy full SHA for 40a54e4
1 file changed
transpyle/cpp/unparser.py
@@ -503,7 +503,7 @@ def _Attribute(self, t):
503
self.write(unparsed)
504
return
505
except KeyError:
506
- _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)
507
508
self.dispatch(t.value)
509
self.write('.')
0 commit comments