We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcf9af commit 407fcc6Copy full SHA for 407fcc6
roundup/cgi/client.py
@@ -721,6 +721,10 @@ def opendb(self, username):
721
else:
722
self.db.close()
723
self.db = self.instance.open(username)
724
+ # The old session API refers to the closed database;
725
+ # we can no longer use it.
726
+ self.session_api = Session(self)
727
+
728
729
def determine_context(self, dre=re.compile(r'([^\d]+)0*(\d+)')):
730
"""Determine the context of this page from the URL:
0 commit comments