From b5e2ed1d46a88c5c008ba4df62df3c2f9f544d8f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 10 Jun 2018 22:00:31 -0400 Subject: [PATCH] pretty_path the source and index paths in stdout --- archiver/archive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiver/archive.py b/archiver/archive.py index cf055477..fa48b497 100755 --- a/archiver/archive.py +++ b/archiver/archive.py @@ -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: