Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Aug 13, 2024
1 parent 4fbe1fb commit ac3f242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fake_bpy_module/transformer/data_type_refiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ def may_have_rna_based_options(module_name: str) -> bool:
# optional.
if additional_info["default_value"] not in ("", "None"):
is_never_none = True
else:
is_never_none = False
is_optional = True

options = []
Expand Down

0 comments on commit ac3f242

Please sign in to comment.