From 88c93c013d777e9c21639b85d8b25699828c8e22 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 10 Jul 2017 15:09:13 +0200 Subject: [PATCH] adjust print in log grammar --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 82353ed2..fd7af467 100644 --- a/main.py +++ b/main.py @@ -117,7 +117,7 @@ if __name__ == '__main__': combinedjson = {} for setinfo in setinfos: if setinfo['code'] in AllSets: - print "Found set from set_info.yml " +setinfo['code']+ " in MTGJSON, not adding it" + print "Found " +setinfo['code']+ " set from set_info.yml in MTGJSON, not adding it" continue if presets['oldRSS'] or 'noRSS' in setinfo and setinfo['noRSS']: mtgs = {"cards": []}