Skip to content

Commit

Permalink
Fixed autodoc adding dbus_method to dbus methods names
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Sep 3, 2022
1 parent 9ec83bb commit 4e69458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdbus/autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def import_object(self, raiseerror: bool = False) -> bool:
self.objpath.append('original_method')
ret = super().import_object(raiseerror)
self.objpath.pop()
self.objpath.pop()
return ret

def add_content(self,
Expand Down

0 comments on commit 4e69458

Please sign in to comment.