Skip to content

Commit

Permalink
mg cset
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Nov 4, 2023
1 parent 7cb4282 commit 97c2927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graph_scheduler/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ def add_condition_set(
):
"""
Adds a set of `basic <Condition>` or `graph structure
<GraphStructureCondition>` Conditions (in the form of a dict or another
ConditionSet) to the ConditionSet.
<GraphStructureCondition>` Conditions (in the form of a dict or
another ConditionSet) to the ConditionSet.
Any basic Condition added here will overwrite the current basic
Condition for a given owner, if present. If you want to add
Expand Down

0 comments on commit 97c2927

Please sign in to comment.