1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed error in test_TTYOUT.py

This commit is contained in:
Ross Wilson
2016-05-14 17:18:40 +07:00
parent 80db788ac7
commit d381267035
2 changed files with 2 additions and 4 deletions

View File

@@ -108,8 +108,7 @@ def main():
# print number of errors
print('\n***** %d errors' % ErrorCount)
# return ErrorCount
return 0
return ErrorCount
################################################################################

View File

@@ -105,8 +105,7 @@ def main():
# print number of errors
print('\n***** %d errors' % ErrorCount)
# return ErrorCount
return 0
return ErrorCount
################################################################################