mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
FIX: PSYCOPG_VERSION defaults to None...
This commit is contained in:
parent
e15ac609a8
commit
62f9d5a50b
@ -15,7 +15,7 @@ from options import PSYCOPG_VERSION
|
||||
from tools import PGLoader_Error
|
||||
from logger import log
|
||||
|
||||
log.debug('Preferred psycopg version is %d' % PSYCOPG_VERSION)
|
||||
log.debug('Preferred psycopg version is %s' % PSYCOPG_VERSION)
|
||||
|
||||
if PSYCOPG_VERSION is None:
|
||||
# legacy import behavior
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user