From 3095265880f21affa2280c371f3d5ecc88f225b3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 6 May 2024 23:10:59 -0700 Subject: [PATCH] fix inner quote not escaped --- archivebox/core/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/core/views.py b/archivebox/core/views.py index 306a8214..644b0803 100644 --- a/archivebox/core/views.py +++ b/archivebox/core/views.py @@ -125,7 +125,7 @@ class SnapshotView(View): f'Snapshot [{snapshot.timestamp}] exists in DB, but resource {snapshot.timestamp}/' '{}' f' does not exist in the snapshot dir yet.

' - 'It's possible that this resource type is not available for the Snapshot,
or that the archiving process has not completed yet.
' + 'It\'s possible that this resource type is not available for the Snapshot,
or that the archiving process has not completed yet.
' f'
# if interrupted, run this cmd to finish archiving this Snapshot
archivebox update -t timestamp {snapshot.timestamp}


' '
' 'Next steps:
'