Fix syntax for doomed index thumbnail generation.
This commit is contained in:
parent
c0015583ff
commit
cf6fb5cb99
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Thumb(dcc.doom_base.WadMap):
|
|||
|
||||
if parsed_args.index:
|
||||
with wand.image.Image(
|
||||
filename=self.output.joinpath("doomed_index.png")
|
||||
filename=self.fabricate.joinpath("doomed_index.png")
|
||||
) as di:
|
||||
di.border(tc, 1, 1)
|
||||
bi.composite(di, gravity="north_east")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue