mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Exec things...
This commit is contained in:
parent
ec6b29aa8c
commit
8d1bec33a0
@ -101,7 +101,7 @@ class AlgorithmsTest:
|
||||
|
||||
expectFailure = False
|
||||
if 'expectedFailure' in defs:
|
||||
exec('\n'.join(defs['expectedFailure'][:-1]) in globals(), locals()
|
||||
exec('\n'.join(defs['expectedFailure'][:-1])) in globals(), locals()
|
||||
expectFailure = eval(defs['expectedFailure'][-1])
|
||||
|
||||
if expectFailure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user