Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24ed99e

Browse files
committed
fix for a bug reported by [email protected]
1 parent 97d8c60 commit 24ed99e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/THANKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Daniele Bellucci <[email protected]>
3131
2006
3232

3333
Anthony Boynes <[email protected]>
34-
for reporting few bugs
34+
for reporting several bugs
3535

3636
Velky Brat <[email protected]>
3737
for suggesting a minor enhancement to the bisection algorithm

lib/core/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def forceDbms(dbms, sticky=False):
306306
def flushForcedDbms(force=False):
307307
if not kb.misc.stickyFlag or force:
308308
kb.misc.forcedDbms = None
309+
kb.misc.stickyFlag = False
309310

310311
@staticmethod
311312
def setOs(os):

0 commit comments

Comments
 (0)