1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

pretty_path the source and index paths in stdout

This commit is contained in:
Nick Sweeting 2018-06-10 22:00:31 -04:00
parent d6354ac93f
commit b5e2ed1d46

View file

@ -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: