Skip to content

Commit

Permalink
fix external
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Nov 27, 2024
1 parent 8ecd341 commit b6f2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/conduit/conduit_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3424,7 +3424,7 @@ Generator::walk(Node &node) const
else if( m_protocol == "conduit_yaml" || m_protocol == "conduit_yaml_external")
{
index_t curr_offset = 0;
const bool external = true;
const bool external = false;

Parser::YAML::YAMLParserWrapper parser;
parser.parse(m_schema.c_str());
Expand Down

0 comments on commit b6f2299

Please sign in to comment.