# HG changeset patch # User Dennis Fink # Date 2022-07-18 21:17:10 # Node ID b79d4dc4efe004766c641b4b2ad361371e7fdcac # Parent 5ddd2b163b42774d8649c3ecb0b087a903e7e75a # Parent 914ef334d98703cd7c6d1ede311ce08b7ce4e1d6 Merge default diff --git a/spaceapi/utils.py b/spaceapi/utils.py --- a/spaceapi/utils.py +++ b/spaceapi/utils.py @@ -15,7 +15,7 @@ last_state_file_v14 = os.path.abspath("l if not os.path.exists(default_json_file_v14): raise RuntimeError("default_v14.json does not exists!") -elif not os.path.isfile(default_json_file): +elif not os.path.isfile(default_json_file_v14): raise RuntimeError("default_v14.json is not a file!") standard_open_message = "The space is now open!"