We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bae36 commit 0de2617Copy full SHA for 0de2617
crates/hexora_io/src/lib.rs
@@ -56,7 +56,7 @@ pub struct PythonFile {
56
impl PythonFile {
57
pub fn full_path(&self) -> String {
58
match &self.archive_path {
59
- Some(zp) => format!("{}:{}", self.file_path.display(), zp.display()),
+ Some(zp) => format!("{}:{}", zp.display(), self.file_path.display()),
60
None => self.file_path.display().to_string(),
61
}
62
0 commit comments