We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c2fc3 commit c0fe351Copy full SHA for c0fe351
1 file changed
Framework/Core/src/WorkflowSerializationHelpers.cxx
@@ -967,6 +967,7 @@ bool WorkflowSerializationHelpers::import(std::istream& s,
967
return false;
968
}
969
rapidjson::Reader reader;
970
+ s.tie(nullptr);
971
rapidjson::IStreamWrapper isw(s);
972
WorkflowImporter importer{workflow, metadata, command};
973
bool ok = reader.Parse(isw, importer);
0 commit comments