We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df9cd8 commit 7986fc7Copy full SHA for 7986fc7
1 file changed
rust/extractor/src/trap.rs
@@ -244,7 +244,7 @@ impl TrapFileProvider {
244
}
245
246
pub fn create(&self, category: &str, key: &Path) -> TrapFile {
247
- let path = file_paths::path_for(&self.trap_dir.join(category), key, ".trap");
+ let path = file_paths::path_for(&self.trap_dir.join(category), key, "trap");
248
debug!("creating trap file {}", path.display());
249
let mut writer = trap::Writer::new();
250
extractor::populate_empty_location(&mut writer);
0 commit comments