This commit is contained in:
Shreyas Goenka 2024-11-21 01:04:12 +01:00
parent 7ec20da83c
commit 46f828b0c8
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ file extensions: [%s]`, literal, literalWithExt, strings.Join(extensions, ", "))
} }
} }
// Return a generic error message if no matching possible q is found. // Return a generic error message if no matching possible file is found.
return "", fmt.Errorf(`notebook %s not found. Local notebook references are expected return "", fmt.Errorf(`notebook %s not found. Local notebook references are expected
to contain one of the following file extensions: [%s]`, literal, strings.Join(extensions, ", ")) to contain one of the following file extensions: [%s]`, literal, strings.Join(extensions, ", "))
} }