Removed extra blanck line.

This commit is contained in:
Salvador E. Tropea 2020-09-10 15:47:18 -03:00
parent 9625756167
commit 6b21f00a65
1 changed files with 0 additions and 1 deletions

View File

@ -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):