mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-31 04:38:05 +03:00
pySim-prog: fix typo
Change-Id: I94818e5646ac2beb57052d93b5599f0b877de83b
This commit is contained in:
@@ -760,7 +760,7 @@ if __name__ == '__main__':
|
|||||||
raise
|
raise
|
||||||
except:
|
except:
|
||||||
print("")
|
print("")
|
||||||
print("Card programming failed with an execption:")
|
print("Card programming failed with an exception:")
|
||||||
print("---------------------8<---------------------")
|
print("---------------------8<---------------------")
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print("---------------------8<---------------------")
|
print("---------------------8<---------------------")
|
||||||
|
|||||||
Reference in New Issue
Block a user