Skip to content
Snippets Groups Projects
Commit d0465de1 authored by Georgi Tushev's avatar Georgi Tushev :soccer:
Browse files

parse lint

parent 90c53b62
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
listOfFiles = getFileList(path); listOfFiles = getFileList(path);
listOfExtension = newArray; listOfExtension = newArray;
i = 0; i = 0;
for(f = 0; f < listOfFiles.length; f++) { for (f = 0; f < listOfFiles.length; f++) {
fileName = listOfFiles[f]; fileName = listOfFiles[f];
if (endsWith(toLowerCase(fileName), extension)) { if (endsWith(toLowerCase(fileName), extension)) {
fullFileName = path + fileName; fullFileName = path + fileName;
...@@ -77,7 +77,7 @@ function exportStackToImages(path) ...@@ -77,7 +77,7 @@ function exportStackToImages(path)
function preprocessStacks(path, files) function preprocessStacks(path, files)
{ {
countSlices = 0; countSlices = 0;
for(f = 0; f < files.length; f++) { for (f = 0; f < files.length; f++) {
showProgress(f, files.length); showProgress(f, files.length);
fileIn = files[f]; fileIn = files[f];
fileName = File.getName(fileIn); fileName = File.getName(fileIn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment