You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 329:
laytyp = self.flowmodel.laytyp
This code will always return nonetype because the laytyp property is specified inside a flow package.
For example, if I'm using upw, I have to write laytyp = self.flowmodel.upw.laytyp to get to correct value.
Line 329:
laytyp = self.flowmodel.laytyp
This code will always return nonetype because the laytyp property is specified inside a flow package.
For example, if I'm using upw, I have to write laytyp = self.flowmodel.upw.laytyp to get to correct value.