Skip to content

Commit

Permalink
maybe merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Nov 10, 2023
1 parent c407667 commit 9cc34e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions psyneulink/core/scheduling/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ def add_condition_set(self, conditions):
self._add_condition_set(conditions)

def _add_condition_set(self, conditions):
try:
conditions = conditions.conditions
except AttributeError:
pass

conditions = {
node: _create_as_pnl_condition(cond)
for node, cond in conditions.items()
Expand Down

0 comments on commit 9cc34e8

Please sign in to comment.