Examples: fix exception name

This commit is contained in:
Shahram Najm 2022-05-10 15:07:56 +01:00
parent 982f33570c
commit e90a4034bc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def main():
print("Error: ", err)
usage()
return 1
except GribInternalError as err:
except CodesInternalError as err:
if VERBOSE:
traceback.print_exc(file=sys.stderr)
else: