[util] add 'error()' function to global scope (#7814)
This commit is contained in:
@@ -782,6 +782,7 @@ GLOBALS = {
|
||||
"datetime" : datetime.datetime,
|
||||
"timedelta": datetime.timedelta,
|
||||
"abort" : raises(exception.StopExtraction),
|
||||
"error" : raises(exception.AbortExtraction),
|
||||
"terminate": raises(exception.TerminateExtraction),
|
||||
"restart" : raises(exception.RestartExtraction),
|
||||
"hash_sha1": sha1,
|
||||
|
||||
Reference in New Issue
Block a user