mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add space before in-lint comment for lint
This commit is contained in:
parent
35fcb8b52d
commit
74c65557dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue