Skip to content

Commit

Permalink
Merge pull request #51 from KPMP/KPMP-5584_update-processing-for-othe…
Browse files Browse the repository at this point in the history
…r-exts

leave extension
  • Loading branch information
rlreamy authored Oct 18, 2024
2 parents f48f582 + 33106f0 commit a5c722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateDPRCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function generate_scripts() {
}

document.files.forEach(fileInfo => {
let fileName = fileInfo.fileName.replace(/\.svs/g, '');
let fileName = fileInfo.fileName;
let stainType = '';
for(const key in slideTypeMap) {
if (fileName.includes(key)) {
Expand Down

0 comments on commit a5c722b

Please sign in to comment.