Skip to content
Snippets Groups Projects
Commit 2b8d97f4 authored by Samuel Iglesias Gonsalvez's avatar Samuel Iglesias Gonsalvez
Browse files

tps: commented the comma-removal in the serial number

It is not needed because the new bar code reader don't put
a comma between the readings.
parent 74319cdf
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class Suite(object):
if not self.serial:
msg = 'invalid serial number [{0}]'.format(self.serial)
raise TpsInvalid(msg)
self.serial = self.serial.strip(',')
# self.serial = self.serial.strip(',')
if not self.extra_serial:
self.extra_serial = '0000'
else :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment