Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jul 8, 2024
1 parent 2876d71 commit c9a72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo_importer/fileprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __time_by_name(self, fname):
if ftime.year < 1990 or ftime.year > 2100:
continue

return time
return ftime
except ValueError:
pass
return None
Expand Down

0 comments on commit c9a72d5

Please sign in to comment.