Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-pfem-fluid-thermic
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed Feb 10, 2022
2 parents ca8ab2e + d2ebd4a commit 4749cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kratos.gid/scripts/Writing/WriteProjectParameters.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ proc write::tcl2json { value } {
string {
if {$value eq "null"} {return null}
if {$value eq "dictnull"} {return {{}}}
if {[isBooleanFalse $value]} {return [expr "false"]}
if {[isBooleanTrue $value]} {return [expr "true"]}
return [json::write string $value]
}
dict {
Expand Down

0 comments on commit 4749cb4

Please sign in to comment.