We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0bdbc commit 58d8aa4Copy full SHA for 58d8aa4
deps/kspec.jl
@@ -36,7 +36,7 @@ end
36
37
kerneldir() = joinpath(jupyter_data_dir(), "kernels")
38
39
-@if Sys.iswindows()
+if Sys.iswindows()
40
exe(s::AbstractString) = endswith(s, ".exe") ? s : "$s.exe"
41
exe(s::AbstractString, e::AbstractString) =
42
string(endswith(s, ".exe") ? s[1:end-4] : s, e, ".exe")
0 commit comments