edit spacing

This commit is contained in:
James Kasten
2015-07-29 23:49:02 -07:00
parent ae4e1d5058
commit 7390a39a4d
+1
View File
@@ -69,6 +69,7 @@ def exe_exists(exe):
return False
def make_or_verify_dir(directory, mode=0o755, uid=0):
"""Make sure directory exists with proper permissions.