small changes to revert original logic

pull/87/head
admire 2019-11-09 17:46:54 +02:00
rodzic 9b88e8bfe7
commit b139d89a54
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -26,7 +26,6 @@ from os.path import join, exists, abspath, isabs
from psycopg2 import connect, OperationalError
from subprocess import call
from time import sleep
from pathlib import Path
class Importer(object):
@ -97,7 +96,7 @@ class Importer(object):
self.error(msg)
else:
self.info('Clip: ' + self.default['CLIP'])
# Check valid CLIP.
# Check valid QGIS_STYLE.
if self.default['QGIS_STYLE'] not in ['yes', 'no']:
msg = 'QGIS_STYLE not supported : %s' % self.default['QGIS_STYLE']