https://bugzilla.wikimedia.org/show_bug.cgi?id=64494
Bug ID: 64494 Summary: on conflict with other label/description raise exception instead of retrying Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Unprioritized Component: Wikidata Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: akkakk_bugzilla@yahoo.de Web browser: --- Mobile Platform: ---
when adding a label or description a conflict with another label with the same label and description may occur. the framework currently retries to edit a lot of times before failing with an TimeoutError. it should instead raise a suitable exception.