Fix convert scripts

This commit is contained in:
2024-06-17 09:44:48 +02:00
parent f8c9fec77e
commit 8213f6213f
+1 -1
View File
@@ -13,6 +13,6 @@ for(file of files)
if(file.suffix() == "fits" || file.suffix() == "fit")
{
core.log("Converting " + file.fileName());
convertedFiles.push(file.convertAsync(file.relativeFilePath(), "XISF", compression));
file.convertAsync(file.relativeFilePath(), "XISF", compression);
}
}