Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Regenerating_views_on_update" page has been changed by newacct.
http://wiki.apache.org/couchdb/Regenerating_views_on_update?action=diff&rev1=9&rev2=10

--------------------------------------------------

      else
        
        # Get the database name out of the call data
-       # The data looks somethind like this:
+       # The data looks something like this:
        # {"type":"updated","db":"DB_NAME"}\n
        update_call =~ /\"db\":\"(\w+)\"/
        database_name = $1
@@ -198, +198 @@

                                      )
                                      urllib2.urlopen(url)
                  time.sleep(self.PAUSE)
-             except Exception:
+             except:
                  flags['is_running'] = False
                  raise
              

Reply via email to