mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-17 07:28:35 -07:00
Generate: improve error message for missing game (#1857)
--------- Co-authored-by: black-sliver <[email protected]>
This commit is contained in:
co-authored by
black-sliver
parent
f3c788d0cc
commit
78b981228a
+1
-1
@@ -92,7 +92,7 @@ def roll_options(options: Dict[str, Union[dict, str]],
|
||||
rolled_results[f"{filename}/{i + 1}"] = roll_settings(yaml_data,
|
||||
plando_options=plando_options)
|
||||
except Exception as e:
|
||||
results[filename] = f"Failed to generate mystery in {filename}: {e}"
|
||||
results[filename] = f"Failed to generate options in {filename}: {e}"
|
||||
else:
|
||||
results[filename] = True
|
||||
return results, rolled_results
|
||||
|
||||
Reference in New Issue
Block a user