We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d218b7c commit 8ec8beaCopy full SHA for 8ec8bea
python/bean_check.py crates/lsp/src/checkers/bean_check.pypython/bean_check.py renamed to crates/lsp/src/checkers/bean_check.py
crates/lsp/src/checkers/python_checker.rs
@@ -11,10 +11,7 @@ pub struct SystemPythonChecker {
11
python_cmd: PathBuf,
12
}
13
14
-const EMBEDDED_BEAN_CHECK: &str = include_str!(concat!(
15
- env!("CARGO_MANIFEST_DIR"),
16
- "/../../python/bean_check.py"
17
-));
+const EMBEDDED_BEAN_CHECK: &str = include_str!("./bean_check.py");
18
19
impl SystemPythonChecker {
20
pub fn new(python_cmd: PathBuf) -> Self {
0 commit comments