Skip to content

Commit

Permalink
Fix #28
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Oct 4, 2024
1 parent e1ad329 commit 8786f49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multifunctional/custom_allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def check_property_for_process_allocation(
product_id=edge.input.id,
message_type=MessageType.MISSING_PRODUCT_PROPERTY,
message=f"""Product is missing a property value for `{property_label}`.
Missing values are treated as zeros.
Please define this property for the product:
{edge.input}
Referenced by multifunctional process:
Expand All @@ -143,7 +142,6 @@ def check_property_for_process_allocation(
product_id=edge.input.id,
message_type=MessageType.MISSING_EDGE_PROPERTY,
message=f"""Functional edge is missing a property value for `{property_label}`.
Missing values are treated as zeros.
Please define this property for the edge:
{edge}
Found in multifunctional process:
Expand Down

0 comments on commit 8786f49

Please sign in to comment.