Limit the mode types accepted
This commit is contained in:
@@ -69,7 +69,7 @@ RETURNS SETOF cdb_dataservices_server.isoline AS $$
|
||||
import sys, traceback
|
||||
type_, value_, traceback_ = sys.exc_info()
|
||||
quota_service.increment_failed_geocoder_use()
|
||||
error_msg = 'There was an error trying to obtain isodistances using here maps geocoder: {0}'.format(e)
|
||||
error_msg = 'There was an error trying to obtain isodistances: {0}'.format(e)
|
||||
plpy.notice(traceback.format_tb(traceback_))
|
||||
plpy.error(error_msg)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user