mirror of
				https://github.com/KoboldAI/KoboldAI-Client.git
				synced 2025-06-05 21:59:24 +02:00 
			
		
		
		
	Ack! Forgot a continue statement.
This commit is contained in:
		| @@ -75,6 +75,7 @@ def getstoryfiles(): | |||||||
|                 ob["actions"] = len(js["actions"]) |                 ob["actions"] = len(js["actions"]) | ||||||
|             except TypeError: |             except TypeError: | ||||||
|                 print("Browser loading error: Story file has incorrect format.") |                 print("Browser loading error: Story file has incorrect format.") | ||||||
|  |                 continue | ||||||
|             list.append(ob) |             list.append(ob) | ||||||
|     return list |     return list | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user