Update to smllib 1.2, more test data
This commit is contained in:
parent
ce17b68bfb
commit
68ec842143
3 changed files with 28 additions and 3 deletions
|
|
@ -138,6 +138,9 @@ def main():
|
|||
if len(tas.obis_errors) > 0:
|
||||
pprint(tas.obis_errors)
|
||||
|
||||
if len(tas.parse_errors) > 0:
|
||||
pprint(tas.parse_errors)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue