Skip to content

Commit

Permalink
[dy] Fix run upstream (mage-ai#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
dy46 authored Jul 18, 2022
1 parent 1212d1f commit d14c021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mage_ai/data_preparation/models/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def process_upstream_block(
root_blocks = []
upstream_block_uuids = \
list(map(lambda x: process_upstream_block(x, root_blocks), upstream_blocks))
upstream_block_uuids.remove(self.uuid)

run_blocks_sync(root_blocks, selected_blocks=upstream_block_uuids)

Expand Down

0 comments on commit d14c021

Please sign in to comment.