diff --git a/archivebox/logging_util.py b/archivebox/logging_util.py index b10fc10b..63542122 100644 --- a/archivebox/logging_util.py +++ b/archivebox/logging_util.py @@ -537,7 +537,7 @@ def printable_dependency_version(name: str, dependency: Dict) -> str: else: color, symbol, note, version = 'lightyellow', '-', 'disabled', '-' - if ' ' in dependency["path"]: + if ' ' in (dependency["path"] or ''): dependency["path"] = f'"{dependency["path"]}"' return ' '.join((