Skip to content

Commit

Permalink
blah trace hack
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Jul 2, 2021
1 parent 550557f commit 96a5b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ def implementWrapperInterfaceMethod(self, interface, base, method):
print()

def implementWrapperInterfaceMethodBody(self, interface, base, method):
self.implementWrapperInterfaceMethodBodyEx(self, interface, base, method, '_result')
self.implementWrapperInterfaceMethodBodyEx(interface, base, method, '_result')

def implementWrapperInterfaceMethodBodyEx(self, interface, base, method, result_override):
assert not method.internal
Expand Down

0 comments on commit 96a5b56

Please sign in to comment.