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:
@@ -108,8 +108,7 @@ def main():
|
||||
# print number of errors
|
||||
print('\n***** %d errors' % ErrorCount)
|
||||
|
||||
# return ErrorCount
|
||||
return 0
|
||||
return ErrorCount
|
||||
|
||||
|
||||
################################################################################
|
||||
|
||||
@@ -105,8 +105,7 @@ def main():
|
||||
# print number of errors
|
||||
print('\n***** %d errors' % ErrorCount)
|
||||
|
||||
# return ErrorCount
|
||||
return 0
|
||||
return ErrorCount
|
||||
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user