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
Thank you for the issue and for the great idea. I think that the methods should be listed and divided into two categories: possible errors and probable errors. There should be at least two new codes based on those.
Is there a chance to mark methods that return success status booleans or objects if the user does not check them? E. g.:
QgsProject.addMapLayer returns either the added layer or None. The user should check that.
QgsProject.commitChanges returns
Tuple[bool, List[str]]
. The user should check that boolean.The text was updated successfully, but these errors were encountered: