oops, syntax error
authorparmentelat <thierry.parmentelat@inria.fr>
Tue, 11 Dec 2018 15:45:21 +0000 (16:45 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Tue, 11 Dec 2018 15:45:21 +0000 (16:45 +0100)
PLC/Method.py

index 836eea0..f01271d 100644 (file)
@@ -338,7 +338,7 @@ class Method:
 
         # Integers and long integers are also special types. Accept
         # either int or long types if an int or long is expected.
-    elif expected_type is int and isinstance(value, int):
+        elif expected_type is int and isinstance(value, int):
             pass
 
         elif not isinstance(value, expected_type):