Update __main__.py

This commit is contained in:
tooomm 2022-01-24 14:48:05 +01:00 committed by GitHub
parent 764ff7203c
commit 47c3b43963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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