1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Add tests for the profile.

This commit is contained in:
Michael Elsdörfer
2016-08-30 13:27:48 +02:00
parent 3681c5c7bf
commit b92eeed50b
2 changed files with 35 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ class Profile(get_profile_class('default')):
def get_columns(self, font):
if self.columns is not None:
return columns
return self.columns
return super(Profile, self).get_columns(font)