diff --git a/script/local.py b/script/local.py index 8dfbe40..b07b275 100644 --- a/script/local.py +++ b/script/local.py @@ -294,7 +294,7 @@ class pol_mode_index(Readable): if mode == "LINEAR": return 0.0 if mode == "CIRC +": return 1.0 if mode == "CIRC -": return 2.0 - return -1.0; + return -1.0 pmi = pol_mode_index()