Skip to content

Commit 07faae9

Browse files
committed
Update file extensions from .binpb to .xml in configuration and test files
1 parent 0fe027e commit 07faae9

File tree

1 file changed

+1
-1
lines changed
  • rust_qsim/src/simulation/controller

1 file changed

+1
-1
lines changed

rust_qsim/src/simulation/controller/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ pub fn create_output_filename(output_dir: &Path, input_file: &Path) -> PathBuf {
233233

234234
pub(crate) fn insert_number_in_proto_filename(path: &Path, part: u32) -> PathBuf {
235235
let filename = path.file_name().unwrap().to_str().unwrap();
236-
236+
237237
// check the extension (.binpb and .xml are supported)
238238
let (extension, base_name) = if let Some(stripped) = filename.strip_suffix(".binpb") {
239239
(".binpb", stripped)

0 commit comments

Comments
 (0)