mirror of https://gitlab.com/pamhyr/pamhyr2
pep8
parent
10b278e26f
commit
95d1d231c9
|
|
@ -334,11 +334,11 @@ class InitialConditionTableModel(PamhyrTableModel):
|
||||||
formated = False
|
formated = False
|
||||||
if len(line_split[0]) > 3:
|
if len(line_split[0]) > 3:
|
||||||
formated = True
|
formated = True
|
||||||
elif len(line_split[2]) > 10:
|
elif len(line_split[2]) > 10:
|
||||||
formated = True
|
formated = True
|
||||||
elif len(line_split[3]) > 11:
|
elif len(line_split[3]) > 11:
|
||||||
formated = True
|
formated = True
|
||||||
elif len(line_split[4]) > 9:
|
elif len(line_split[4]) > 9:
|
||||||
formated = True
|
formated = True
|
||||||
|
|
||||||
if formated: # old PamHyr format
|
if formated: # old PamHyr format
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue