Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix: Check the PDep method before using the METHOD_MAP dict
The first iteration will assign the value from this dictionary to pdep['method', the T3 will crash at the second iteration, since the corresponding value is not a key in this dict. Here we first check whether the value is already correct, if not we use the mapping dict.
- Loading branch information