2
0
Fork 0

Sorta corrected a tiny bug

This commit is contained in:
Thomas Touhey 2019-02-11 21:44:39 +01:00
parent 4dd686e20a
commit b1c0968494
No known key found for this signature in database
GPG Key ID: 2ECEB0517AD947FB
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class TextoutUnit:
PARSEP = 5
def __init__(self, *args):
self.full = ''
if len(args) > 1:
self.type, self.name, self.value, *_ = args + (None,)
return