Skip to content

Commit a10c7c3

Browse files
committed
Remove debug raise
1 parent e45ce07 commit a10c7c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlt/pipeline/pipeline.py

-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ def normalize(
445445
runner.run_pool(normalize_step.config, normalize_step)
446446
return self._get_step_info(normalize_step)
447447
except Exception as n_ex:
448-
raise
449448
step_info = self._get_step_info(normalize_step)
450449
raise PipelineStepFailed(
451450
self,

0 commit comments

Comments
 (0)