File tree Expand file tree Collapse file tree
ext_components/StackFlow/stackflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ std::list<std::string> StackFlows::get_config_file_paths(const std::string &base
273273 std::list<std::string> config_file_paths;
274274 config_file_paths.push_back (std::string (" ./" ) + mode_name + " .json" );
275275 config_file_paths.push_back (std::string (" ./asr_mode_" ) + mode_name + " .json" );
276- config_file_paths.push_back ((*base_path) + " ../share/" + mode_name + " .json" );
277- config_file_paths.push_back ((*base_path) + " ../share/asr_mode_" + mode_name + " .json" );
276+ config_file_paths.push_back ((*base_path) + " / ../share/" + mode_name + " .json" );
277+ config_file_paths.push_back ((*base_path) + " / ../share/asr_mode_" + mode_name + " .json" );
278278 config_file_paths.push_back ((*base_path) + mode_name + " .json" );
279279 config_file_paths.push_back ((*base_path) + " asr_mode_" + mode_name + " .json" );
280280 return config_file_paths;
You can’t perform that action at this time.
0 commit comments