diff --git a/concept-maker_gui.py b/concept-maker_gui.py index 04f439e..d5c6a8a 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -1089,7 +1089,7 @@ class App(TkinterDnD.Tk): # type: ignore if p.is_dir(): for q in p.rglob('*'): if q.is_file(): - final.append(q) + final.append(q) elif p.exists(): final.append(p) return final