From ec4390838a6e5a58dc1fc6285084b89b5eea4cc8 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 16 Aug 2021 09:46:15 +0200 Subject: [PATCH] fix line labeling --- sp_replace_typ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp_replace_typ.py b/sp_replace_typ.py index 1cdb6e9..17c41d9 100755 --- a/sp_replace_typ.py +++ b/sp_replace_typ.py @@ -107,7 +107,7 @@ def ask_for_visualization(): if choice == '1': text = '' elif choice == '2': - srtm = '_ohneText' + text = '_ohneText' elif choice == 'x': print("Bye!") sys.exit()