This commit is contained in:
oleting
2021-02-09 15:09:41 +01:00
parent 9e505e512f
commit 0a71f8e82c
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class Gui:
if file_is_empty:
sg.popup_annoying('Our interpreter did not find anything. --> blame Kons or yourself!', title='Empty')
if path:
elif path:
fnames = output(path)
sg.popup_annoying('Successfully created!', title='Created',
auto_close_duration=2, auto_close=True, text_color='green')