Removed extra spaces for pylint

This commit is contained in:
David Murphy 2018-05-01 17:20:29 -06:00
parent 20c50b3331
commit c064032110

View file

@ -584,8 +584,8 @@ def make_repo(repodir,
retrc = 0
if gnupghome and env is None:
env = {}
env['GNUPGHOME'] = gnupghome
env = {}
env['GNUPGHOME'] = gnupghome
repoconf = os.path.join(repodir, 'conf')
if not os.path.isdir(repoconf):