fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes
[librarian.git]
/
src
/
librarian
/
covers
/
marquise.py
diff --git
a/src/librarian/covers/marquise.py
b/src/librarian/covers/marquise.py
index
283a2be
..
d1f832c
100644
(file)
--- a/
src/librarian/covers/marquise.py
+++ b/
src/librarian/covers/marquise.py
@@
-56,7
+56,7
@@
class MarquiseCover(Cover):
self.scale_after = final_width / self.width
if final_height is not None:
self.scale_after = final_width / self.width
if final_height is not None:
- self.height = round(final_height / self.m._scale)
+ self.height = round(final_height / self.
scale_after / self.
m._scale)
self.square_variant = self.height / self.width < 250 / 210
self.square_variant = self.height / self.width < 250 / 210