Skip to content

Do not remove iterator from file's data scoops

Will Hawkins requested to merge fix_removing_scoop_bug into master

Thanks to a change to the time when scoops are added to the file's data scoops, the clause that removes empty data scoops does not need to remove empty scoops from the file's list of data scoops.

They never get added in the first place.

Merge request reports