Skip to content

Commit 22d315c

Browse files
committed
(testing 123)
1 parent ef5f346 commit 22d315c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task-sdk/src/airflow/sdk/execution_time/task_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ def parse(what: StartupDetails, log: Logger) -> RuntimeTaskInstance:
584584

585585
# Put bundle root on sys.path if needed. This allows the dag bundle to add
586586
# code in util modules to be shared between files within the same bundle.
587-
if (bundle_root := os.fspath(bundle_instance.path)) not in sys.path:
588-
sys.path.append(bundle_root)
587+
# if (bundle_root := os.fspath(bundle_instance.path)) not in sys.path:
588+
# sys.path.append(bundle_root)
589589

590590
dag_absolute_path = os.fspath(Path(bundle_instance.path, what.dag_rel_path))
591591
bag = DagBag(

0 commit comments

Comments
 (0)