mirror of
https://github.com/FAUSheppy/ths-reference-data-collector
synced 2025-12-06 06:51:35 +01:00
fix: hide empty tkinter root window
This commit is contained in:
@@ -84,6 +84,7 @@ def generate(master_dir, from_time, to_time, cache_file, dtype):
|
||||
description = "Keine DWD_Datei für {} gefunden!".format(dtype)
|
||||
description += "\nAlle fehlenden Dateien ignorieren und weiter? ('Nein' bricht den Durchlauf ab)"
|
||||
root = tkinter.Tk()
|
||||
root.withdraw()
|
||||
response = tkinter.messagebox.askyesno("Achtung", description)
|
||||
root.withdraw()
|
||||
if response:
|
||||
|
||||
Reference in New Issue
Block a user