Update to smllib 1.2, more test data

This commit is contained in:
Andreas Thienemann 2022-10-28 00:27:07 +02:00
parent ce17b68bfb
commit 68ec842143
3 changed files with 28 additions and 3 deletions

View file

@ -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()