diff options
| author | Andy Smith <code@term.ie> | 2010-12-27 15:15:24 -0800 |
|---|---|---|
| committer | Andy Smith <code@term.ie> | 2010-12-27 15:15:24 -0800 |
| commit | 8e1b74aa1c5a2f9113473eedc8e35b38b41445ea (patch) | |
| tree | 44311f33afa023cfd354889cb2d7b8e4dcbd028d /nova/utils.py | |
| parent | a1b5220879632d093f450413f96668a8f77c0613 (diff) | |
| download | nova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.tar.gz nova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.tar.xz nova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.zip | |
Added stack command-line tool
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 7a98ffa5a..337924f10 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -386,7 +386,7 @@ def dumps(value): return json.dumps(value) except TypeError: pass - + return json.dumps(to_primitive(value)) |
