aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index 7fb4393..f5590e6 100644
--- a/cli.py
+++ b/cli.py
@@ -14,14 +14,14 @@ def main():
loc.add_argument("--s3")
parser.add_argument("--pii", nargs="+", required=True)
-
+
args = parser.parse_args()
if args.local and not args.s3:
logger.debug("User chose to read CSV from local path")
reader = CSVReader()
data = reader.read_local(args.local)
- print(data)
+ logger.debug(data)
else:
logger.debug("User chose to read CSV from S3")
git.ajschof.me — hosted by ajschofield — powered by cgit