Yugioh: Add space in concatenated string (#5695)

* Add spaces

* Revert wrong one

* Add right one
This commit is contained in:
Duck
2025-12-19 06:53:24 -07:00
committed by GitHub
parent 55c70a5ba8
commit 53e8130c9c

View File

@@ -145,7 +145,7 @@ def get_base_rom_bytes(file_name: str = "") -> bytes:
md5hash = basemd5.hexdigest() md5hash = basemd5.hexdigest()
if MD5Europe != md5hash and MD5America != md5hash: if MD5Europe != md5hash and MD5America != md5hash:
raise Exception( raise Exception(
"Supplied Base Rom does not match known MD5 for" "Supplied Base Rom does not match known MD5 for "
"Yu-Gi-Oh! World Championship 2006 America or Europe " "Yu-Gi-Oh! World Championship 2006 America or Europe "
"Get the correct game and version, then dump it" "Get the correct game and version, then dump it"
) )