Compare commits

..

No commits in common. "2809f001910fa26fd63b97c8712b0493cd238c4c" and "f3db413a3f56d5247efc719ed703ecbfb6d1673b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ class Text(doomcc.doom_base.WadMap):
map_names = self._config.get("map_names")
if map_names is not None:
text = map_names.get(f"map{mapnum}")
if text is not None:
if text != "":
return text
return input("Map Name? ")

View file

@ -5,7 +5,7 @@ description = "Doom Command Center"
authors = [
{name = "yrriban",email = "yrriban@gmail.com"}
]
license = "MIT"
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.12"
dependencies = [