Fix flake8 violations in releng
[releng.git] / utils / test / testapi / update / templates / utils.py
index a18ff03..4254fee 100644 (file)
@@ -44,5 +44,5 @@ def main(method, parser):
     args = parser.parse_args()
     try:
         method(args)
-    except AssertionError, msg:
+    except AssertionError as msg:
         print(msg)