fix a silly

This commit is contained in:
Cheri Dawn 2024-09-02 23:11:04 +03:00
parent a8340b462c
commit 3227268fbb

View file

@ -660,6 +660,7 @@ if __name__ == "__main__":
else:
if VERSION < parse_version(manifest["metadata"]["min_version"]):
print("FATAL: SETAGE version doesn't match required version.")
exit(2)
if "rooms" not in manifest:
print("FATAL: "
"table `rooms` does not exist in manifest.")