1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

REFACTOR do not shadow built-ins

This commit is contained in:
Patrick Kanzler
2015-11-27 21:38:59 +01:00
parent 07d8e073ae
commit ef8035527c
2 changed files with 15 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ class CashDrawerError(Error):
return "Valid pin must be set to send pulse"
class TabError(Error):
class TabPosError(Error):
def __init__(self, msg=""):
Error.__init__(self, msg)
self.msg = msg