mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed extra spaces for pylint
This commit is contained in:
parent
20c50b3331
commit
c064032110
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue