diff --git a/geometric_features/feature_collection.py b/geometric_features/feature_collection.py index 9262f26f..ede6c6eb 100644 --- a/geometric_features/feature_collection.py +++ b/geometric_features/feature_collection.py @@ -307,9 +307,9 @@ def difference(self, maskingFC, show_progress=False): if show_progress: bar.finish() - print(' {} features unchanged, {} masked and {} dropped.'.format( - featureCount - maskedCount - droppedCount, maskedCount, - droppedCount)) + print(' {} features unchanged, {} masked and {} dropped.'.format( + featureCount - maskedCount - droppedCount, maskedCount, + droppedCount)) fc = FeatureCollection(maskedFeatures, self.otherProperties) return fc