Ack! Forgot a continue statement.

This commit is contained in:
Marcus Llewellyn 2021-06-25 17:18:37 -05:00
parent bbe3a92ce4
commit ad39a4c8b3

View File

@ -75,6 +75,7 @@ def getstoryfiles():
ob["actions"] = len(js["actions"])
except TypeError:
print("Browser loading error: Story file has incorrect format.")
continue
list.append(ob)
return list