Skip to content

Commit 8616825

Browse files
hsinfangtimj
andauthored
Update python/activator/activator.py
Co-authored-by: Tim Jenness <[email protected]>
1 parent 21f4900 commit 8616825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/activator/activator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def process_visit(expected_visit: FannedOutVisit):
524524

525525

526526
def invalid_visit(e: InvalidVisitError) -> tuple[str, int]:
527-
_log.exception(e)
527+
_log.exception("Invalid visit: %s", e)
528528
return f"Cannot process visit: {e}.", 422
529529

530530

0 commit comments

Comments
 (0)