removed check for missing driver
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.6.0-development+timestamp.2013.06.27.01.50.11
|
||||
Version 2.6.0-development+timestamp.2013.06.27.07.20.48
|
||||
|
||||
+3
-3
@@ -594,9 +594,9 @@ class ConnectionPool(object):
|
||||
if f is None:
|
||||
f = self.connector
|
||||
|
||||
if not hasattr(self, "driver") or self.driver is None:
|
||||
LOGGER.debug("Skipping connection since there's no driver")
|
||||
return
|
||||
# if not hasattr(self, "driver") or self.driver is None:
|
||||
# LOGGER.debug("Skipping connection since there's no driver")
|
||||
# return
|
||||
|
||||
if not self.pool_size:
|
||||
self.connection = f()
|
||||
|
||||
Reference in New Issue
Block a user