Correct incorrect remove of wx from argument names

This commit is contained in:
lojack5
2025-01-12 03:27:53 -07:00
parent 86546a4230
commit 58317175cd

View File

@@ -162,7 +162,7 @@ class FixWxPrefix(object):
if fix_wx:
return self.fixWxPrefix(name, True)
else:
return removeWxPrefix(name)
return name
def cleanType(self, type_name: str) -> str:
"""Process a C++ type name for use as a type annotation in Python code.