diff --git a/kratos.gid/scripts/Utils.tcl b/kratos.gid/scripts/Utils.tcl index 6f36acb72..55f24f694 100644 --- a/kratos.gid/scripts/Utils.tcl +++ b/kratos.gid/scripts/Utils.tcl @@ -199,10 +199,7 @@ proc Kratos::LoadEnvironment { } { # W $data # Close the file close $fp -<<<<<<< HEAD -======= - ->>>>>>> master + # Preferences are written in json format foreach {k v} [write::json2dict $data] { # W "$k $v"