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 67a9313 commit 9c5206fCopy full SHA for 9c5206f
pygccxml/declarations/class_declaration.py
@@ -598,10 +598,10 @@ def find_noncopyable_vars(self):
598
% self.decl_string)
599
noncopyable_vars.append(mvar)
600
if tt.is_class(no_const):
601
- logger.debug(message + " - class" % self.decl_string)
+ logger.debug((message + " - class") % self.decl_string)
602
603
if tt.is_array(no_const):
604
- logger.debug(message + " - array" % self.decl_string)
+ logger.debug((message + " - array") % self.decl_string)
605
606
607
if tt.class_traits.is_my_case(type_):
0 commit comments