mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Extra space for lint compliance
This commit is contained in:
parent
43a5e30386
commit
95fafb476d
@ -153,7 +153,7 @@ class Client(object):
|
||||
try:
|
||||
os.makedirs(destdir)
|
||||
except OSError as exc:
|
||||
if exc.errno != errno.EEXIST: # ignore if it was there already
|
||||
if exc.errno != errno.EEXIST: # ignore if it was there already
|
||||
raise
|
||||
|
||||
yield dest
|
||||
|
Loading…
Reference in New Issue
Block a user