Skip to content

Commit

Permalink
Fix: No return value of mathutils's freeze functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 24, 2023
1 parent eaf8721 commit 7752558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fake_bpy_module/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def _parse_rtype(file: IO[Any], level: 'RstLevel') -> str:

if return_ is not None:
# Fix: https://github.com/nutti/fake-bpy-module/issues/139
print(f"@@@ {return_}")
if return_ == "An instance of this object.":
print(f"@@@@@")
return_type = "Same type with self class"
Expand Down

0 comments on commit 7752558

Please sign in to comment.