Fixed thumbnail problem

svn: r381
This commit is contained in:
Don Allingham
2001-09-03 03:51:34 +00:00
parent ae9f441ad9
commit 26aed368cb
3 changed files with 8 additions and 4 deletions

View File

@@ -80,7 +80,6 @@ def import_photo(filename,path,prefix):
else:
PIL.Image.open(filename).save(name)
except:
print path
return None
return name