mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-05 18:35:50 +10:00
pretty_path the source and index paths in stdout
This commit is contained in:
@@ -59,8 +59,8 @@ def merge_links(archive_path=OUTPUT_DIR, import_path=None):
|
||||
print('[{green}+{reset}] [{}] Adding {} new links from {} to {}/index.json'.format(
|
||||
datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
|
||||
num_new_links,
|
||||
import_path,
|
||||
archive_path,
|
||||
pretty_path(import_path),
|
||||
pretty_path(archive_path),
|
||||
**ANSI,
|
||||
))
|
||||
# else:
|
||||
|
||||
Reference in New Issue
Block a user