ソースを参照

Fix unfound distribution handling

tags/v0.2.0
JustAnotherArchivist 4年前
コミット
f038cf91db
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      qwarc/utils.py

+ 1
- 0
qwarc/utils.py ファイルの表示

@@ -198,6 +198,7 @@ def _get_dependency_versions(*pkgs):
dist = pkg_resources.get_distribution(key)
except pkg_resources.DistributionNotFound:
logging.error(f'Unable to get distribution {key}')
continue
yield dist.key, dist.version
for requirement in dist.requires():
if requirement.key not in have:


読み込み中…
キャンセル
保存