diff --git a/Project.toml b/Project.toml index eb9464c..1af2fcf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JolinPluto" uuid = "5b0b4ef8-f4e6-4363-b674-3f031f7b9530" authors = ["Stephan Sahm and contributors"] -version = "0.1.78" +version = "0.1.79" [deps] AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150" diff --git a/ext/PythonCallExt.jl b/ext/PythonCallExt.jl index 1dbe04a..98b843e 100644 --- a/ext/PythonCallExt.jl +++ b/ext/PythonCallExt.jl @@ -59,7 +59,7 @@ pyglobals() = get!(PythonCall.pydict, PythonCall.Core.MODULE_GLOBALS, Main) JolinPluto.lang_enabled(::Val{:py}) = true function JolinPluto.lang_copy_bind(::Val{:py}, def, value) - pyglobals()[][string(def)] = value + pyglobals()[string(def)] = value end end \ No newline at end of file