From 8ec8c2f302a526a41533e0590cdbfddc7d5e63ce Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sat, 14 Nov 2020 19:21:29 -0500 Subject: [PATCH] Script: changed to /usr/bin/env python3. --- clean_input_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_input_csv.py b/clean_input_csv.py index db7e8a4..c962539 100755 --- a/clean_input_csv.py +++ b/clean_input_csv.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 ## Purpose: Allows user to keep additional data in their CSV Input File to increase its usefulness and ## enhance readability, yet be able to properly format it prior to importing into `cryptools`.