We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b85f8 commit 20f517fCopy full SHA for 20f517f
1 file changed
src/ContentProcessor/src/libs/pipeline/queue_handler_base.py
@@ -190,16 +190,6 @@ def _get_artifact_type(step_name: str) -> ArtifactType:
190
else:
191
return ArtifactType.Undefined
192
193
- # def _find_process_result(step_name: str):
194
- # return next(
195
- # (
196
- # result
197
- # for result in self._current_message_context.data_pipeline.pipeline_status.process_results
198
- # if result.step_name == step_name
199
- # ),
200
- # None,
201
- # )
202
-
203
# Save the exception to the status object
204
if self._current_message_context is not None:
205
# Add Exception Information
0 commit comments