Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-18 06:24:02 +00:00
parent 8c37222a68
commit 8753296ba7

View file

@ -125,6 +125,7 @@ def set_state(state, name, status):
state[name_major]["status"] = "pending"
else:
print("WARNING: Invalid status '" + status + "' recived from " + name)
return state
if os.path.isfile(sfile):
try: