瀏覽代碼

Add log when there are no galleries

master
Marien Fressinaud 6 年之前
父節點
當前提交
7ec1fd0cde
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      boop.py

+ 1
- 0
boop.py 查看文件

@@ -242,6 +242,7 @@ def main():
pictures_folder = os.path.join(os.curdir, PICTURES_DIR_NAME)
galleries = list(list_galleries_in(pictures_folder))
if len(galleries) == 0:
print(f"No galleries found in {pictures_folder}")
return
galleries.sort(key=itemgetter("name"))
print(f"{len(galleries)} galleries found.")

Loading…
取消
儲存