We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aef68 commit cfb0462Copy full SHA for cfb0462
src/genie_python/genie.py
@@ -2572,4 +2572,5 @@ def set_autosave_freq(freq: int) -> None:
2572
"""
2573
Sets the ICP autosave frequency (Frames).
2574
2575
+ assert _genie_api.dae is not None
2576
return _genie_api.dae.set_autosave_freq(freq)
0 commit comments