Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Jul 11, 2024
1 parent 99135de commit 9e430a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JolinPluto"
uuid = "5b0b4ef8-f4e6-4363-b674-3f031f7b9530"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "0.1.74"
version = "0.1.75"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Expand Down
4 changes: 2 additions & 2 deletions src/languages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ lang_enabled(lang) = false
function lang_copy_bind end

function copy_bind_to_registered_languages(def::Symbol, value)
lang_enabled(Val{:py}()) && lang_copy_bind(Val{:py}, def, value)
lang_enabled(Val{:r}()) && lang_copy_bind(Val{:r}, def, value)
lang_enabled(Val{:py}()) && lang_copy_bind(Val{:py}(), def, value)
lang_enabled(Val{:r}()) && lang_copy_bind(Val{:r}(), def, value)
end

"""
Expand Down

0 comments on commit 9e430a5

Please sign in to comment.