update
This commit is contained in:
parent
ed0450c914
commit
d2d8e85eff
|
@ -217,7 +217,7 @@ def _encodeJSONValueColourPretty($indent; $currentDepth):
|
||||||
|
|
||||||
|
|
||||||
def encodeJSON($withColour; $indent):
|
def encodeJSON($withColour; $indent):
|
||||||
if ($withColour | not) and ($indent == 0) then
|
if ($withColour == false) and ($indent == 0) then
|
||||||
tojson
|
tojson
|
||||||
else
|
else
|
||||||
if $withColour then
|
if $withColour then
|
||||||
|
|
Loading…
Reference in a new issue