Removing some dummy blanks

This commit is contained in:
Miroslav Stampar
2026-01-28 19:08:11 +01:00
parent b54929af28
commit ebfc481755
3 changed files with 5 additions and 5 deletions

View File

@@ -83,11 +83,11 @@ class Fingerprint(GenericFingerprint):
warnMsg = "the back-end DBMS is not %s" % DBMS.SNOWFLAKE
logger.warning(warnMsg)
return False
setDbms(DBMS.SNOWFLAKE)
self.getBanner()
return True
else:
warnMsg = "the back-end DBMS is not %s" % DBMS.SNOWFLAKE
logger.warning(warnMsg)