commit | 843227d34a2c390831c2b53059a8158ce89e1d3c | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 10:17:17 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Tue May 12 18:57:35 2015 +0000 |
tree | a05f27000b5b36060af83fdf05a5108a731bedbd | |
parent | 53d0dc04e2bada7bb699ea9b697ec95263d85e37 [diff] |
Fix raise syntax in test.py for python3 compat The raise syntax was changed in python3 so the usage of passing in the separate components as different params to raise will not work when running on python 3. This commit updates it to use a syntax which is compatible with python3. Change-Id: I5cb9979e8ba8e324efb95feec33c23238dffade5