mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Try this exec modification
This commit is contained in:
parent
1aa0bbd258
commit
cd7047cc7c
@ -99,7 +99,7 @@ class AlgorithmsTest:
|
||||
|
||||
expectFailure = False
|
||||
if 'expectedFailure' in defs:
|
||||
exec(('\n'.join(defs['expectedFailure'][:-1])), globals(), locals())
|
||||
exec('\n'.join(defs['expectedFailure'][:-1]), globals(), locals())
|
||||
expectFailure = eval(defs['expectedFailure'][-1])
|
||||
|
||||
def doCheck():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user