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 ef83fcd commit 3c90d4aCopy full SHA for 3c90d4a
plugins/python3/src/error.rs
@@ -6,8 +6,6 @@ use tmc_langs_framework::TmcError;
6
7
#[derive(Debug, Error)]
8
pub enum PythonError {
9
- #[error("Error running command {0}")]
10
- Command(&'static str, #[source] std::io::Error),
11
#[error("Failed to canonicalize path {0}")]
12
Canonicalize(PathBuf, #[source] std::io::Error),
13
#[error("Failed to open file {0}")]
0 commit comments