Skip to content

Commit

Permalink
Fix merge yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Apr 18, 2024
1 parent ecb2b9b commit 166891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creo2urdf/src/Creo2Urdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ bool Creo2Urdf::loadYamlConfig(const std::string& filename)
{
try
{
auto config = YAML::LoadFile(filename);
config = YAML::LoadFile(filename);
if (config["includes"].IsDefined() && config["includes"].IsSequence()) {
auto folder_path = extractFolderPath(filename);
for (const auto& include : config["includes"]) {
Expand Down

0 comments on commit 166891b

Please sign in to comment.