Skip to content

Commit

Permalink
didn't work, still need to fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Quirk committed Dec 2, 2018
1 parent c2f23c4 commit 7567b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eyelinker/misc/asc2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7567b61

Please sign in to comment.