Skip to content

Commit

Permalink
Use node_type for MultiType
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Jun 10, 2019
1 parent b9f9d10 commit 91c57a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaradrp/tests/test_drp.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_recipes_extract_tags(current_drp, ob_repo, results):

if val.type.isproduct():
if isinstance(val.type, mt.MultiType):
try_these = val.type.type_options
try_these = val.type.node_type
else:
try_these = [val.type]

Expand Down

0 comments on commit 91c57a1

Please sign in to comment.