From: parmentelat Date: Tue, 11 Dec 2018 15:45:21 +0000 (+0100) Subject: oops, syntax error X-Git-Tag: plcapi-7.0-0~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=9b3cc1d0404ec8b282457914fcf5d7ae7f1be0e1;p=plcapi.git oops, syntax error --- diff --git a/PLC/Method.py b/PLC/Method.py index 836eea0..f01271d 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -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):