Skip to content

Commit a332a9d

Browse files
committed
Change the way of return directory path
1 parent 312200c commit a332a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/movielens.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const defdir = joinpath(Pkg.dir("DatasetsCF"), "datasets")
1+
const defdir = joinpath(dirname(@__FILE__), "..", "datasets")
22

33
function getmovielensdata(dir)
44
mkpath(dir)

0 commit comments

Comments
 (0)