summaryrefslogtreecommitdiff
path: root/test/spaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/spaces.py')
-rw-r--r--test/spaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spaces.py b/test/spaces.py
index db1ae975..13090474 100644
--- a/test/spaces.py
+++ b/test/spaces.py
@@ -36,7 +36,7 @@ if sys.platform == 'win32':
else:
test.write('duplicate a file.sh', 'cp foo.in foo.out\n')
copy = test.workpath('duplicate a file.sh')
- os.chmod(test.workpath('duplicate a file.sh'), 0777)
+ os.chmod(test.workpath('duplicate a file.sh'), 0o777)
test.write('SConstruct', r'''