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
fix: Handle empty <Paket> definition (mypy was right) (#41)
fix: Handle empty `<Paket>` definition
in those cases, the `element.text` is `None` and not empty string
fixes: "AttributeError: 'NoneType' object has no attribute 'strip'"
0 commit comments