From 7567b617edf6e4ae09eb9ecb5591261998b5d3c8 Mon Sep 17 00:00:00 2001 From: Colin Quirk Date: Sun, 2 Dec 2018 14:06:27 -0600 Subject: [PATCH] didn't work, still need to fix this --- eyelinker/misc/asc2csv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eyelinker/misc/asc2csv.py b/eyelinker/misc/asc2csv.py index f2a8e64..c250b62 100755 --- a/eyelinker/misc/asc2csv.py +++ b/eyelinker/misc/asc2csv.py @@ -97,7 +97,8 @@ def main(): if args['header'] is None: try: - with open('asc2csv_header.txt') as f: + # TODO: Find a good place for this + with open('/usr/local/bin/asc2csv/asc2csv_header.txt') as f: header = f.readline() except FileNotFoundError: header = None