repo.py: Fix repo.conf parameter parsing in case of key without value
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