From 64dbd8678a3a453cac4ece1fa93f3d1a7d0d4561 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Wed, 21 Feb 2018 14:54:11 -0500 Subject: [PATCH] Resolving merge conflicts. --- examples/check_collection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/check_collection.py b/examples/check_collection.py index 0b6629d..5a7c781 100644 --- a/examples/check_collection.py +++ b/examples/check_collection.py @@ -3,6 +3,8 @@ This script assumes the following: 1. All of the names in your collection .csv are on the first column 2. All of those names are spelled correctly. 3. The .csv only contains cards that you have in your collection. + +Also make sure you run this in the same directory as your .csv """ import csv import scrython