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
I was getting the same error message as in issue #1073
But unfortunately PR #1074 did not fix this.
The issue happened because of the following link in our documentation: https://gitlab.com/deltares/imod/imod-python/-/issues
But ending the link with a slash fixed this: https://gitlab.com/deltares/imod/imod-python/-/issues/
I was getting the same error message as in issue #1073
But unfortunately PR #1074 did not fix this.
The issue happened because of the following link in our documentation:
https://gitlab.com/deltares/imod/imod-python/-/issues
But ending the link with a slash fixed this:
https://gitlab.com/deltares/imod/imod-python/-/issues/
This is the piece of code creating the issue
Because
parts = parts.split("/")
does not result in the expected split here.My naive fix would be to test for:
The text was updated successfully, but these errors were encountered: