@ -171,9 +171,10 @@ class GNet :
root = []
for loc in path.split(os.sep) :
root.append(loc)
if not os.path.exists(os.sep.join(root)) :
os.mkdir(os.sep.join(root))
else:
elif not os.path.exists(path):
os.mkdir(path)