Removed extra blanck line.
This commit is contained in:
parent
9625756167
commit
6b21f00a65
|
|
@ -150,7 +150,6 @@ class CfgYamlReader(object):
|
||||||
config_error("In preflight '"+k+"': "+str(e))
|
config_error("In preflight '"+k+"': "+str(e))
|
||||||
BasePreFlight.add_preflight(o_pre)
|
BasePreFlight.add_preflight(o_pre)
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _parse_global_str(k, v, current):
|
def _parse_global_str(k, v, current):
|
||||||
if not isinstance(v, str):
|
if not isinstance(v, str):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue