Skip to content

pmb.helpers.lint: fix keyerror

Administrator requested to merge craftyguy/fix-lint into master

repo is a Path obj now, and its name is used as a key in the dest_paths dict.

Fixes this failure:

working_dir=dest_paths[repo],
            ~~~~~~~~~~^^^^^^

KeyError: PosixPath('/home/clayton/src/pmaports')

Merge request reports

Loading