mirror of https://gitlab.com/pamhyr/pamhyr2
Import geometry: debug case when we cannot open profiles after importing a new geometry
parent
ef34fecc31
commit
b7aab9f263
|
|
@ -171,7 +171,7 @@ class ProfileWindow(PamhyrWindow):
|
|||
|
||||
def profiles(self):
|
||||
"""Return profiles from the geometry model owning this profile."""
|
||||
return self._profile.reach.reach.profiles
|
||||
return self._profile.reach.profiles
|
||||
|
||||
def navigate_profile(self, offset):
|
||||
profiles = self.profiles()
|
||||
|
|
|
|||
Loading…
Reference in New Issue