"...research_projects/onnxruntime/textual_inversion/README.md" did not exist on "a23ad87d7aecf9e3db7f18287beb6116f96c2313"
Commit aa959e67 authored by jbeder's avatar jbeder
Browse files

Fixed bug that didn't allow multiple docs in a stream (using only "---")

parent 8aefb675
......@@ -59,7 +59,7 @@ namespace YAML
// DocStart
void Scanner::ScanDocStart()
{
PopIndentTo(INPUT.column);
PopIndentTo(-1);
VerifyAllSimpleKeys();
m_simpleKeyAllowed = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment