add default return value on verify_data wrapper
This commit is contained in:
@@ -16,6 +16,9 @@ def verify_data(f):
|
||||
return data
|
||||
except Exception, err:
|
||||
plpy.error('Analysis failed: {}'.format(err))
|
||||
|
||||
return []
|
||||
|
||||
return wrapper
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user