summaryrefslogtreecommitdiffstats
path: root/_test/data/serializer-is-not-opened-1.dumper-error
diff options
context:
space:
mode:
Diffstat (limited to '_test/data/serializer-is-not-opened-1.dumper-error')
-rw-r--r--_test/data/serializer-is-not-opened-1.dumper-error2
1 files changed, 2 insertions, 0 deletions
diff --git a/_test/data/serializer-is-not-opened-1.dumper-error b/_test/data/serializer-is-not-opened-1.dumper-error
new file mode 100644
index 0000000..8f22e73
--- /dev/null
+++ b/_test/data/serializer-is-not-opened-1.dumper-error
@@ -0,0 +1,2 @@
+dumper = yaml.Dumper(StringIO())
+dumper.close()