summaryrefslogtreecommitdiff
path: root/tests/twisted/dispatcher/create-at-startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/dispatcher/create-at-startup.py')
-rw-r--r--tests/twisted/dispatcher/create-at-startup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/dispatcher/create-at-startup.py b/tests/twisted/dispatcher/create-at-startup.py
index e0d73722..a6c10c77 100644
--- a/tests/twisted/dispatcher/create-at-startup.py
+++ b/tests/twisted/dispatcher/create-at-startup.py
@@ -38,7 +38,7 @@ def preseed(q, bus, fake_accounts_service):
accounts_dir = os.environ['MC_ACCOUNT_DIR']
try:
- os.mkdir(accounts_dir, 0700)
+ os.mkdir(accounts_dir, 0o700)
except OSError:
pass