Add space before in-lint comment for lint

This commit is contained in:
Mike Place 2017-04-06 11:32:22 -06:00 committed by GitHub
parent 35fcb8b52d
commit 74c65557dd

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