We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d8c60 commit 24ed99eCopy full SHA for 24ed99e
2 files changed
doc/THANKS
@@ -31,7 +31,7 @@ Daniele Bellucci <daniele.bellucci@gmail.com>
31
2006
32
33
Anthony Boynes <aboynes@gmail.com>
34
- for reporting few bugs
+ for reporting several bugs
35
36
Velky Brat <velkybrat@gmail.com>
37
for suggesting a minor enhancement to the bisection algorithm
lib/core/common.py
@@ -306,6 +306,7 @@ def forceDbms(dbms, sticky=False):
306
def flushForcedDbms(force=False):
307
if not kb.misc.stickyFlag or force:
308
kb.misc.forcedDbms = None
309
+ kb.misc.stickyFlag = False
310
311
@staticmethod
312
def setOs(os):
0 commit comments