Changeset - b79d4dc4efe0
[Not reviewed]
Merge notifyEmail
0 1 0
Dennis Fink - 3 years ago 2022-07-18 21:17:10
dennis.fink@c3l.lu
Merge default
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spaceapi/utils.py
Show inline comments
 
@@ -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!"
0 comments (0 inline, 0 general)