Fix crash when using EAN without checksums #98

Open
WhyNotHugo wants to merge 1 commit from ean-without-checksum into main
WhyNotHugo commented 2020-12-03 20:52:03 +01:00 (Migrated from github.com)

Fixes #43

Fixes #43
This pull request has changes conflicting with the target branch.
  • barcode/ean.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin ean-without-checksum:ean-without-checksum
git switch ean-without-checksum

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff ean-without-checksum
git switch ean-without-checksum
git rebase main
git switch main
git merge --ff-only ean-without-checksum
git switch ean-without-checksum
git rebase main
git switch main
git merge --no-ff ean-without-checksum
git switch main
git merge --squash ean-without-checksum
git switch main
git merge --ff-only ean-without-checksum
git switch main
git merge ean-without-checksum
git push origin main
Sign in to join this conversation.
No description provided.