diff --git a/kibot/config_reader.py b/kibot/config_reader.py index 09b07683..8e72bd9f 100644 --- a/kibot/config_reader.py +++ b/kibot/config_reader.py @@ -150,7 +150,6 @@ class CfgYamlReader(object): config_error("In preflight '"+k+"': "+str(e)) BasePreFlight.add_preflight(o_pre) - @staticmethod def _parse_global_str(k, v, current): if not isinstance(v, str):