Fix convert scripts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user