Skip to content

Commit

Permalink
improves error handling on copy in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 27, 2024
1 parent 2da2cae commit b49e8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wikibot3rd/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.2"
__version__ = "0.11.3"
1 change: 1 addition & 0 deletions wikibot3rd/wikipush.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ def pushImages(self, imageList, delim="", ignore=False):
except Exception as ex:
self.handleAPIWarnings(ex.args[0], ignoreExists=ignore)
if self.debug:
self.show_exception(ex)
print(image.imageinfo)
except Exception as ex:
self.handleException(ex, ignore)
Expand Down

0 comments on commit b49e8ca

Please sign in to comment.