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 .*
'