We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb3fcb commit a9a0394Copy full SHA for a9a0394
src/io/writer.jl
@@ -37,7 +37,7 @@ function Writer(
37
end
38
39
f = @__FILE__
40
- projdir = "/"*joinpath(split(f, "/")[1:end-1])
+ #projdir = "/"*joinpath(split(f, "/")[1:end-1])
41
versionNumber = pkgversion(CycleWalk)
42
versionString = string(versionNumber)
43
atlasParam["package.version"] = "CycleWalk v"*versionString
0 commit comments