mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-09-10 18:55:37 -05:00
Update __main__.py
This commit is contained in:
@@ -412,7 +412,7 @@ def write_spoilers_xml(trice_dicts: Dict[str, List[Dict[str, Any]]]) -> bool:
|
||||
return False
|
||||
|
||||
# Move new version to old location
|
||||
print("Changes detected, replacing spoiler.xml with updated version")
|
||||
print("::notice::Changes detected, replacing spoiler.xml with updated version")
|
||||
shutil.move(card_xml_file.name, old_xml_location)
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user