[Pkg-samba-maint] [Git][samba-team/samba][master] fix a brown-paper-bag bug in meaningful-error-if-no-python3-markdown.patch (3rd)

Michael Tokarev (@mjt) gitlab at salsa.debian.org
Thu May 2 18:09:38 BST 2024



Michael Tokarev pushed to branch master at Debian Samba Team / samba


Commits:
58ab4d51 by Michael Tokarev at 2024-05-02T20:08:12+03:00
fix a brown-paper-bag bug in meaningful-error-if-no-python3-markdown.patch (3rd)

This is what you get when doing things in parallel with other things
in a rush, without thinking about what you're doing.

- - - - -


1 changed file:

- debian/patches/meaningful-error-if-no-python3-markdown.patch


Changes:

=====================================
debian/patches/meaningful-error-if-no-python3-markdown.patch
=====================================
@@ -46,7 +46,7 @@ index 8a9ad78b870..9af9406081b 100644
 -import markdown
 +try:
 +    import markdown
-+except ImportError e:
++except ImportError as e:
 +    e.add_note('Please install python3-markdown package')
 +    raise
  import xml.etree.ElementTree as ET



View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/58ab4d515c4e32e929994cf3c4711216a1139f4f

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/58ab4d515c4e32e929994cf3c4711216a1139f4f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20240502/885c6fab/attachment.htm>


More information about the Pkg-samba-maint mailing list