cleanup whitespace
This commit is contained in:
parent
f650112413
commit
f56aab091e
1 changed files with 14 additions and 13 deletions
|
@ -216,3 +216,4 @@ def oxdb_makedir(folder):
|
||||||
except os.error, e:
|
except os.error, e:
|
||||||
if e.errno != errno.EEXIST or not os.path.isdir(folder):
|
if e.errno != errno.EEXIST or not os.path.isdir(folder):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue