caption-flow 0.2.4__py3-none-any.whl → 0.3.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,6 +251,7 @@ class LocalFilesystemOrchestratorProcessor(OrchestratorProcessor):
251
251
  unit_id=chunk_id,
252
252
  chunk_id=chunk_id,
253
253
  source_id="local",
254
+ unit_size=chunk_state.chunk_size,
254
255
  data={
255
256
  "start_index": chunk_state.start_index,
256
257
  "chunk_size": chunk_state.chunk_size,
@@ -319,6 +320,7 @@ class LocalFilesystemOrchestratorProcessor(OrchestratorProcessor):
319
320
  unit_id=unit_id,
320
321
  chunk_id=unit_id,
321
322
  source_id="local",
323
+ unit_size=chunk_size,
322
324
  data={
323
325
  "start_index": self.current_index,
324
326
  "chunk_size": chunk_size,