Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/1002_avoid_try-except-finally.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/1002_avoid_try-except-finally.patch')
-rw-r--r--debian/patches/1002_avoid_try-except-finally.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/1002_avoid_try-except-finally.patch b/debian/patches/1002_avoid_try-except-finally.patch
index 863dc79..8fe7bb8 100644
--- a/debian/patches/1002_avoid_try-except-finally.patch
+++ b/debian/patches/1002_avoid_try-except-finally.patch
@@ -1,6 +1,6 @@
--- sugar-datastore-0.8.0~git.13d354b.orig/src/olpc/datastore/backingstore.py
+++ sugar-datastore-0.8.0~git.13d354b/src/olpc/datastore/backingstore.py
-@@ -258,9 +258,10 @@
+@@ -269,9 +269,10 @@
if os.path.exists(fn):
fp = open(fn, 'r')
try:
@@ -48,7 +48,7 @@
# reading
--- sugar-datastore-0.8.0~git.13d354b.orig/src/olpc/datastore/datastore.py
+++ sugar-datastore-0.8.0~git.13d354b/src/olpc/datastore/datastore.py
-@@ -412,11 +412,12 @@
+@@ -394,11 +394,12 @@
backingstore = content.backingstore
backingstore.current_user_id = dbus.Bus().get_unix_user(sender)
try: