Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 17, 2023
1 parent 5c4673b commit 96e2270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/driver/src/mod_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl Metadata {
/// [`fetch_metadata`] returns the KCL module metadata.
#[inline]
pub fn fetch_metadata(manifest_path: PathBuf) -> Result<Metadata> {
fetch_mod_metadata(manifest_path.clone()).or(fetch_kpm_metadata(manifest_path))
fetch_kpm_metadata(manifest_path)
}

/// [`fetch_kpm_metadata`] will call `kpm metadata` to obtain the metadata.
Expand Down

0 comments on commit 96e2270

Please sign in to comment.