pretty_path the source and index paths in stdout
This commit is contained in:
parent
d6354ac93f
commit
b5e2ed1d46
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
print('[{green}+{reset}] [{}] Adding {} new links from {} to {}/index.json'.format(
|
||||||
datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
|
datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
|
||||||
num_new_links,
|
num_new_links,
|
||||||
import_path,
|
pretty_path(import_path),
|
||||||
archive_path,
|
pretty_path(archive_path),
|
||||||
**ANSI,
|
**ANSI,
|
||||||
))
|
))
|
||||||
# else:
|
# else:
|
||||||
|
|
Loading…
Reference in a new issue