python-escpos / python-escpos

Python library to manipulate ESC/POS printers
https://python-escpos.readthedocs.io
MIT License
978 stars 280 forks source link

Fixed lack of spacing for multi-line strings #619

Closed lamemakes closed 5 months ago

lamemakes commented 5 months ago

Description

Tiny update - multi-line error strings were missing some spacing at the end. Cheers!

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (776b8a2) 80.77% compared to head (f3275be) 80.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #619 +/- ## ======================================= Coverage 80.77% 80.77% ======================================= Files 21 21 Lines 1633 1633 Branches 286 286 ======================================= Hits 1319 1319 Misses 233 233 Partials 81 81 ``` | [Flag](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos) | `80.58% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos) | Coverage Δ | | |---|---|---| | [src/escpos/printer/cups.py](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#diff-c3JjL2VzY3Bvcy9wcmludGVyL2N1cHMucHk=) | `89.36% <ø> (ø)` | | | [src/escpos/printer/lp.py](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#diff-c3JjL2VzY3Bvcy9wcmludGVyL2xwLnB5) | `79.12% <ø> (ø)` | | | [src/escpos/printer/serial.py](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#diff-c3JjL2VzY3Bvcy9wcmludGVyL3NlcmlhbC5weQ==) | `79.16% <ø> (ø)` | | | [src/escpos/printer/usb.py](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#diff-c3JjL2VzY3Bvcy9wcmludGVyL3VzYi5weQ==) | `59.78% <ø> (ø)` | | | [src/escpos/printer/win32raw.py](https://app.codecov.io/gh/python-escpos/python-escpos/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-escpos#diff-c3JjL2VzY3Bvcy9wcmludGVyL3dpbjMycmF3LnB5) | `92.95% <ø> (ø)` | |
patkan commented 5 months ago

Thank you!

lamemakes commented 5 months ago

Sure thing - thanks for all your work here!