Skip to content

debian: refactor inner loop slightly to help mypy

Nicolas Dandrimont requested to merge olasd/swh-lister:mr/help-mypy into master

mypy doesn't catch that multiple uses of self.listed_origins[origin_url] in the same statement should be identical. Using a temporary local variable for it seems to help.

Merge request reports