mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Better py error handling, fixed input frames that are not divisible by 2
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Flowframes.Main
|
||||
return;
|
||||
if (IOUtils.GetAmountOfFiles(path, false, $"*.{InterpolateUtils.lastExt}") <= 1)
|
||||
{
|
||||
i.Cancel("Output folder does not contain frames - An error must have occured during interpolation!");
|
||||
i.Cancel("Output folder does not contain frames - An error must have occured during interpolation!", AiProcess.hasShownError);
|
||||
return;
|
||||
}
|
||||
await Task.Delay(10);
|
||||
|
||||
Reference in New Issue
Block a user