Skip to content

planner: do not fail if non-existent repository is requested

Karel Koci requested to merge fix-242 into master

If package was limited to non-existend repository than this specific line was failing with nil indexing. This now instead of failure reports warnings and continues.

Fixes #242 (closed)

Merge request reports