Skip to content

Commit cfb0462

Browse files
author
Jack Doughty
committed
add none check
1 parent 74aef68 commit cfb0462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/genie_python/genie.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,4 +2572,5 @@ def set_autosave_freq(freq: int) -> None:
25722572
"""
25732573
Sets the ICP autosave frequency (Frames).
25742574
"""
2575+
assert _genie_api.dae is not None
25752576
return _genie_api.dae.set_autosave_freq(freq)

0 commit comments

Comments
 (0)