We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2629ae5 commit d657626Copy full SHA for d657626
1 file changed
mempalace/hooks_cli.py
@@ -255,9 +255,7 @@ def hook_stop(data: dict, harness: str):
255
try:
256
silent_guard = MempalaceConfig().hook_silent_save
257
except AttributeError as exc:
258
- _log(
259
- f"WARNING: could not read hook_silent_save: {exc}; defaulting to silent mode"
260
- )
+ _log(f"WARNING: could not read hook_silent_save: {exc}; defaulting to silent mode")
261
if not silent_guard:
262
_output({})
263
return
0 commit comments