Skip to content

Commit

Permalink
leave extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Oct 9, 2024
1 parent f48f582 commit 33106f0
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 33106f0

Please sign in to comment.