From f998647350096e6d61820c8ebde170982a6fa41d Mon Sep 17 00:00:00 2001 From: Evan Boehs Date: Mon, 6 May 2024 10:32:36 -0400 Subject: [PATCH] change phrasing --- archivebox/core/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archivebox/core/views.py b/archivebox/core/views.py index 6cd146f4..306a8214 100644 --- a/archivebox/core/views.py +++ b/archivebox/core/views.py @@ -124,9 +124,9 @@ class SnapshotView(View): '



' f'Snapshot [{snapshot.timestamp}] exists in DB, but resource {snapshot.timestamp}/' '{}' - f' does not exist in snapshot dir yet.

' - 'Maybe this resource type is not availabe for this Snapshot,
or the archiving process has not completed yet?
' - f'
# run this cmd to finish archiving this Snapshot
archivebox update -t timestamp {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.
' + f'
# if interrupted, run this cmd to finish archiving this Snapshot
archivebox update -t timestamp {snapshot.timestamp}


' '
' 'Next steps:
' f'- list all the Snapshot files .*
'