Extra space for lint compliance

This commit is contained in:
Mike Place 2017-03-21 10:10:27 -06:00 committed by GitHub
parent 43a5e30386
commit 95fafb476d

View File

@ -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