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 091e9e0 commit ab62c18Copy full SHA for ab62c18
pyhilo/util/state.py
@@ -161,7 +161,7 @@ async def set_state(
161
LOG.debug("Saving state to yaml file")
162
# TODO: Use asyncio.get_running_loop() and run_in_executor to write
163
# to the file in a non blocking manner. Currently, the file writes
164
- # are properly async but the yaml dump is done synchroniously on the
+ # are properly async but the yaml dump is done synchronously on the
165
# main event loop.
166
content = yaml.dump(new_state)
167
await yaml_file.write(content)
0 commit comments