From 47c3b439634a806ab96f8b0a9bae40837b6e5bd9 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 24 Jan 2022 14:48:05 +0100 Subject: [PATCH] Update __main__.py --- magic_spoiler/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic_spoiler/__main__.py b/magic_spoiler/__main__.py index b8ed8c19..75636a50 100644 --- a/magic_spoiler/__main__.py +++ b/magic_spoiler/__main__.py @@ -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