Skip to content

Commit 8103bb0

Browse files
fixup! Rename repo and branch
1 parent 85e8b08 commit 8103bb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

launch/src/cli/submit.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,8 @@ pub fn submit(context: &ClusterContext, args: SubmitArgs) -> Result<()> {
207207
match std::fs::metadata(&path) {
208208
Ok(_) => Some(path),
209209
Err(error) => {
210-
let error_string = format!(
211-
"Databricks configuration not found at {path:?}: {error}."
212-
);
210+
let error_string =
211+
format!("Databricks configuration not found at {path:?}: {error}.");
213212
if databrickscfg_mode == DatabricksCfgMode::Require {
214213
return Err(error_string.into());
215214
} else {

0 commit comments

Comments
 (0)