diff options
Diffstat (limited to 'upload/utils.py')
-rw-r--r-- | upload/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload/utils.py b/upload/utils.py index 3609f09..cae9f1f 100644 --- a/upload/utils.py +++ b/upload/utils.py @@ -255,7 +255,7 @@ def create_header(data, dtype): "type": dtype, "data": data } - yaml=YAML() + yaml=ruamel.yaml.YAML() yaml.default_flow_style = False io_obj = io.StringIO() |