Skip to content

Commit 99cf13f

Browse files
committed
fix
1 parent 3899957 commit 99cf13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentience/snapshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ async def _snapshot_via_extension_async(
380380
""",
381381
ext_options,
382382
)
383-
if result.get("error"):
384-
print(f" Snapshot error: {result.get('error')}")
383+
if result.get("error"):
384+
print(f" Snapshot error: {result.get('error')}")
385385

386386
# Save trace if requested
387387
if options.save_trace:

0 commit comments

Comments
 (0)