Merge pull request #244 from Cockatrice/tooomm-patch-3

Add warning hint
This commit is contained in:
Zach H 2019-07-01 16:45:03 -04:00 committed by GitHub
commit 66b2ff35cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,8 @@ def open_header(card_xml_file: IO[Any]) -> None:
+ " <!--\n"
+ " Created At: " + datetime.datetime.utcnow().strftime("%a, %b %d %Y, %H:%M:%S") + " (UTC)\n"
+ " Created By: Magic-Spoiler project @ https://github.com/Cockatrice/Magic-Spoiler\n"
+ " \n"
+ " THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE DISCARDED.\n"
+ " -->\n"
+ "<sets>\n"
)