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 76cedb6 commit d7fe60aCopy full SHA for d7fe60a
src/genie_python/genie_dae.py
@@ -1889,7 +1889,7 @@ def _change_period_settings(self) -> None:
1889
)
1890
1891
def _change_autosave_freq(self) -> None:
1892
- update_settings = typing.cast(
+ update_settings: bytes = typing.cast(
1893
bytes, self._get_pv_value(self._get_dae_pv_name("updatesettings"), to_string=True)
1894
1895
root = ET.fromstring(update_settings)
0 commit comments