Skip to content

Commit

Permalink
Proper relative path.
Browse files Browse the repository at this point in the history
  • Loading branch information
belmarca committed Sep 17, 2022
1 parent de03e00 commit fd6fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csv.scm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
;; Iterate using __next__() until StopIteration is raised
(lambda () (loop (cons \reader.__next__() acc))))))

(pretty-print (read-csv "./data.csv"))
(pretty-print (read-csv (path-expand "~~userlib/github.com/gambit/python/@/examples/data.csv")))

;; (("A" "B" "C") ("1" "2" "3"))

0 comments on commit fd6fb98

Please sign in to comment.