mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 14:24:08 +00:00
Removed unused variable, fixed connection
This commit is contained in:
committed by
Sarah Hoffmann
parent
d231ff60ed
commit
ba6cdd875d
@@ -105,8 +105,7 @@ class SetupAll:
|
||||
rouser=args.config.DATABASE_WEBUSER)
|
||||
return 0
|
||||
|
||||
if not args.prepare_database or \
|
||||
args.continue_at == 'import-from-file':
|
||||
if args.continue_at == 'import-from-file':
|
||||
# Check if the correct plugins are installed
|
||||
database_import.check_existing_database_plugins(args.config.get_libpq_dsn())
|
||||
LOG.warning('Setting up country tables')
|
||||
|
||||
Reference in New Issue
Block a user