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