Skip to content

Commit

Permalink
Add self as a dependency for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Aug 16, 2021
1 parent ba02194 commit 2651983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retro_data_structures/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _internal_dependencies_for(
if asset_id in deps_by_asset_id:
return

deps_by_asset_id[asset_id] = set()
deps_by_asset_id[asset_id] = {Dependency(obj_type, asset_id)}
if not format_has_dependencies(obj_type):
return

Expand Down

0 comments on commit 2651983

Please sign in to comment.