Skip to content

Commit

Permalink
Propagate exception when tag load fails
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 committed Dec 13, 2024
1 parent 4227dd9 commit d6de126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resource_handler/resource_handler.config
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class PipelineAllocation {
this.load_resource_profile(profile_tag)
return
} catch (all) {
// Continue to try loading `default` profile
throw new Exception(" ### ERROR ### Failed to load requested profile: ${profile_tag}. Please check and provide a valid tag.")
}
}

Expand Down

0 comments on commit d6de126

Please sign in to comment.