fix a silly
This commit is contained in:
parent
a8340b462c
commit
3227268fbb
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue