summaryrefslogtreecommitdiffstats
path: root/testapi/update/templates/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/update/templates/utils.py')
-rw-r--r--testapi/update/templates/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/update/templates/utils.py b/testapi/update/templates/utils.py
index a18ff03..4254fee 100644
--- a/testapi/update/templates/utils.py
+++ b/testapi/update/templates/utils.py
@@ -44,5 +44,5 @@ def main(method, parser):
args = parser.parse_args()
try:
method(args)
- except AssertionError, msg:
+ except AssertionError as msg:
print(msg)