[preview] Rename directory vars

This commit is contained in:
Philipp Hörist
2019-12-26 21:54:17 +01:00
parent dbb8cf2190
commit 5a0e69961f
2 changed files with 11 additions and 13 deletions

View File

@@ -299,8 +299,8 @@ def get_image_paths(uri, urlparts, size, orig_dir, thumb_dir):
size,
extension)
orig_path = Path(orig_dir) / orig_filename
thumb_path = Path(thumb_dir) / thumb_filename
orig_path = orig_dir / orig_filename
thumb_path = thumb_dir / thumb_filename
return orig_path, thumb_path