Indents (-:

patches
Joachim Tingvold 2014-03-16 15:19:52 +01:00
parent dee0ab294f
commit a7192297df
1 changed files with 11 additions and 12 deletions

View File

@ -232,7 +232,6 @@ class Photo(object):
_metadata.scene_capture_type_list = ["Standard", "Landscape", "Portrait", "Night scene"]
_metadata.subject_distance_range_list = ["Unknown", "Macro", "Close view", "Distant view"]
def _thumbnail(self, image, thumb_path, original_path, size, square=False):
def _thumbnail(self, original_path, thumb_path, size, square=False):
try:
image = Image.open(original_path)