fix for a bug reported by aboynes@gmail.com

This commit is contained in:
Miroslav Stampar 2011-06-06 08:50:48 +00:00
parent 97d8c60c3f
commit 24ed99e5a3
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Daniele Bellucci <daniele.bellucci@gmail.com>
2006
Anthony Boynes <aboynes@gmail.com>
for reporting few bugs
for reporting several bugs
Velky Brat <velkybrat@gmail.com>
for suggesting a minor enhancement to the bisection algorithm

View File

@ -306,6 +306,7 @@ class Backend:
def flushForcedDbms(force=False):
if not kb.misc.stickyFlag or force:
kb.misc.forcedDbms = None
kb.misc.stickyFlag = False
@staticmethod
def setOs(os):