Revert "tc-testing: don't access non-existent variable on exception"
This reverts commit 9e3530e42d
.
This commit is contained in:
parent
c322079edc
commit
a40772fae5
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class PluginMgr:
|
||||||
except Exception as ee:
|
except Exception as ee:
|
||||||
print('exception {} in call to pre_case for {} plugin'.
|
print('exception {} in call to pre_case for {} plugin'.
|
||||||
format(ee, pgn_inst.__class__))
|
format(ee, pgn_inst.__class__))
|
||||||
|
print('test_ordinal is {}'.format(test_ordinal))
|
||||||
print('testid is {}'.format(caseinfo['id']))
|
print('testid is {}'.format(caseinfo['id']))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue