mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
removed close?
This commit is contained in:
@@ -193,7 +193,6 @@ def list_folder(folder: str, title: str) -> None:
|
|||||||
if not args.non_interactive_mode:
|
if not args.non_interactive_mode:
|
||||||
imgpbar.update(1)
|
imgpbar.update(1)
|
||||||
pbar.update(0)
|
pbar.update(0)
|
||||||
imgpbar.close()
|
|
||||||
if not contains_files and not args.use_fancy_folders:
|
if not contains_files and not args.use_fancy_folders:
|
||||||
return
|
return
|
||||||
if images or (args.use_fancy_folders and not contains_files) or (args.use_fancy_folders and args.ignore_other_files):
|
if images or (args.use_fancy_folders and not contains_files) or (args.use_fancy_folders and args.ignore_other_files):
|
||||||
|
|||||||
Reference in New Issue
Block a user