mirror of https://gitlab.com/pamhyr/pamhyr2
little fixes with variable names
parent
0eb979256f
commit
ab50d2adf4
|
|
@ -148,8 +148,8 @@ class Data(SQLSubModel):
|
|||
|
||||
pid = next(it)
|
||||
deleted = next(it)
|
||||
data0 = bc._types[0](next(it))
|
||||
data1 = bc._types[1](next(it))
|
||||
data0 = lc._types[0](next(it))
|
||||
data1 = lc._types[1](next(it))
|
||||
owner_scenario = next(it)
|
||||
|
||||
nd = cls(
|
||||
|
|
|
|||
Loading…
Reference in New Issue