Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pippy_app.py b/pippy_app.py
index d9fa330..b311c0a 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -351,7 +351,7 @@ class PippyActivity(ViewSourceActivity):
self._logger.debug("Couldn't find bundle: %s"%str(bundle_file))
return # something went wrong.
# hand off to journal
- os.chmod(app_temp, 755)
+ os.chmod(app_temp, 0755)
jobject = datastore.create()
metadata = {
'title': '%s Bundle' % title,