Skip to content

Commit 4c77aaa

Browse files
committed
remove_pending() must not be called on flush
1 parent c91bf4e commit 4c77aaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shub_workflow/issuer/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def flush_files(self):
219219
for source in list(sources.keys()):
220220
if len(sources[source]) > 0:
221221
self.send_file(slot, source)
222-
self._remove_pending()
223222

224223
def _remove_pending(self):
225224
to_remove = [k for k, v in self.pending_inputs_to_remove.items() if not v]

0 commit comments

Comments
 (0)