mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Better coments
This commit is contained in:
@@ -94,10 +94,13 @@ namespace SabreTools.Features
|
||||
|
||||
if (success)
|
||||
{
|
||||
// Perform additional processing steps
|
||||
datdata.ApplyExtras(Extras);
|
||||
datdata.ApplySplitting(splitType, false);
|
||||
datdata.ApplyFilter(Filter);
|
||||
datdata.ApplyCleaning(Cleaner);
|
||||
|
||||
// Write out the file
|
||||
datdata.Write(OutputDir);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user