pySim-prog: fix typo

Change-Id: I94818e5646ac2beb57052d93b5599f0b877de83b
This commit is contained in:
Philipp Maier 2021-10-01 12:06:02 +02:00
parent f0241451d3
commit c5501af9a8
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ if __name__ == '__main__':
raise
except:
print("")
print("Card programming failed with an execption:")
print("Card programming failed with an exception:")
print("---------------------8<---------------------")
traceback.print_exc()
print("---------------------8<---------------------")