From abada90e3f84dc703b8ddc9efcbed8a946fadead Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 1 Feb 2007 17:09:49 +0000 Subject: Expanded tabs into spaces --- cpp/test/IceGrid/distribution/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceGrid/distribution/run.py') 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() -- cgit v1.2.3