svn: r3225
This commit is contained in:
Alex Roitman
2004-06-21 23:24:51 +00:00
parent 6da362e2fa
commit fcabe82c3d
3 changed files with 17 additions and 17 deletions

View File

@@ -79,9 +79,9 @@ def build_report(database,person):
for person_id in personList:
person = database.try_to_find_person_from_id(person_id)
if not person:
continue
length = len(person.get_media_list())
if not person:
continue
length = len(person.get_media_list())
if length > 0:
with_photos = with_photos + 1
total_photos = total_photos + length