Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readactivity.py
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-08-21 09:42:57 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-08-21 09:42:57 (GMT)
commit543d21989388c1ee249427794853122782a8cc45 (patch)
treee3a8657b6e520b103dfe09562fe1d97e9ee68b6c /readactivity.py
parent7c7ed3cfa600c18a9ed1f4fe0ff629eb04d05554 (diff)
#6488: Fix keep error (workaround for now, will fix better for 9.1)
Diffstat (limited to 'readactivity.py')
-rw-r--r--readactivity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/readactivity.py b/readactivity.py
index 0d8ce8d..90e2c57 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -263,6 +263,10 @@ class ReadActivity(activity.Activity):
self.metadata['Read_search'] = \
self._edit_toolbar._search_entry.props.text
+ # hack that makes the #6488 Keep error go away
+ # FIXME: Move all this self.metadata stuff out of write_file
+ raise NotImplementedError
+
def _download_result_cb(self, getter, tempfile, suggested_name, tube_id):
del self.unused_download_tubes