summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/distribution/run.py')
-rwxr-xr-xcpp/test/IceGrid/distribution/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/distribution/run.py b/cpp/test/IceGrid/distribution/run.py
index 81ca0f497d7..1e27b744862 100755
--- a/cpp/test/IceGrid/distribution/run.py
+++ b/cpp/test/IceGrid/distribution/run.py
@@ -57,7 +57,7 @@ else:
for [file, content] in files:
file = os.path.join(datadir, file)
if not os.path.exists(os.path.dirname(file)):
- os.makedirs(os.path.dirname(file))
+ os.makedirs(os.path.dirname(file))
f = open(file, 'w')
f.write(content)
f.close()