Blacken the code base.
This commit is contained in:
parent
d585c1529d
commit
07d079f204
19 changed files with 138 additions and 168 deletions
|
|
@ -22,12 +22,10 @@ class Configure(dcc.doom_base.Wad):
|
|||
wad = omg.WadIO(w)
|
||||
complevel = wad.read("COMPLVL").decode("ascii").strip()
|
||||
except Exception as e:
|
||||
print(
|
||||
f"Wad {w} likely has no lump COMPLVL (exception {e})")
|
||||
print(f"Wad {w} likely has no lump COMPLVL (exception {e})")
|
||||
if complevel is None:
|
||||
complevel = input("Complevel? ")
|
||||
|
||||
|
||||
doc = tomlkit.document()
|
||||
doc.add("complevel", complevel)
|
||||
if parsed_args.iwad is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue