2to3 -f except
[sfa.git] / sfa / util / method.py
index 4e21170..1d3de57 100644 (file)
@@ -203,7 +203,7 @@ class Method:
                 try:
                     self.type_check(name, value, item, args)
                     return
-                except SfaInvalidArgument, fault:
+                except SfaInvalidArgument as fault:
                     pass
             raise fault