Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Sep 11, 2023
1 parent 7d86438 commit c7b980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/storages/rt_mutable_graph/schema.cc
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ static bool parse_schema_config_file(const std::string& path, Schema& schema) {
LOG(ERROR) << "plugin - " << f << " not found...";
} else {
VLOG(1) << "plugin - " << f << " found...";
schema.EmplacePlugin(std::filesystem::canonical(f));
schema.EmplacePlugin(f);
}
} else {
schema.EmplacePlugin(std::filesystem::canonical(f));
Expand Down

0 comments on commit c7b980e

Please sign in to comment.