Add pillow to the project's dependencies.
Also fix the relevant error message's formatting.
This commit is contained in:
parent
c47ee376bd
commit
cf6ac16e27
2 changed files with 8 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ class Extract(dcc.doom_base.Wad):
|
|||
)
|
||||
|
||||
print(
|
||||
"Lump {parsed_args.lump} not found in any wad in "
|
||||
f"Lump {parsed_args.lump} not found in any wad in "
|
||||
+ f"{parsed_args.wad}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue