Olivier Sallou pushed to branch master at Debian Med / seqan2
Commits: b7caf8f5 by Olivier Sallou at 2022-12-21T14:13:46+00:00 add patch metadata - - - - - 1 changed file: - debian/patches/fix_python3_tests Changes: ===================================== debian/patches/fix_python3_tests ===================================== @@ -1,3 +1,9 @@ +Author: Olivier Sallou <[email protected]> +Forwarded: no +Description: fix some string comparisons made +for py2. In py3 we read bytes, not str, so +decode bytes to str before comparison +Last-Updated: 2022-12-21 --- a/util/bin/demo_checker.py +++ b/util/bin/demo_checker.py @@ -53,21 +53,21 @@ View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/b7caf8f5bea290635935f7f9ed8ecb4dc1235edf -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/b7caf8f5bea290635935f7f9ed8ecb4dc1235edf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
