Skip to content

repo.py: Fix repo.conf parameter parsing in case of key without value

Frieder Schrempf requested to merge feature/repo-script-fix into master

In case of a parameter that doesn't have a value assigned with a '=', we still want to add the key to the list of parameters with a value of 'None'. Currently we reference the variable 'k' which is not assigned in the else branch.

Edited by Frieder Schrempf

Merge request reports