summaryrefslogtreecommitdiffstats
path: root/quickrun.py
diff options
context:
space:
mode:
Diffstat (limited to 'quickrun.py')
-rwxr-xr-xquickrun.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickrun.py b/quickrun.py
index 0722c7b..57cdcb7 100755
--- a/quickrun.py
+++ b/quickrun.py
@@ -80,7 +80,8 @@ def config(workdir):
'sesstype': 'file',
'sessopt': 'path',
'sessval': os.path.join(workdir, 'sessions'),
- 'secure': 'False'})
+ 'secure': 'False',
+ })
conf = os.path.join(workdir, 'ipsilon.conf')
with open(conf, 'w+') as f:
f.write(text)