소스 검색

Remove a useless for-else

master
Marien Fressinaud 6 년 전
부모
커밋
8d892315ff
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      boop.py

+ 1
- 2
boop.py 파일 보기

@@ -86,8 +86,7 @@ def find_photo(photos, photo_name):
for photo in photos:
if photo["name"] == photo_name:
return photo
else:
return None
return None


def list_photos_in(gallery_dir, gallery_output_path):

Loading…
취소
저장