Skip to content

Commit

Permalink
interface assignment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Mar 14, 2024
1 parent 3c02196 commit 90037a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dff/pipeline/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(
timeout=timeout,
)

if self.messenger_interfaces is None:
if messenger_interfaces is None:
interface = CLIMessengerInterface()
self.messenger_interfaces = {interface.name: interface}
else:
Expand Down

0 comments on commit 90037a2

Please sign in to comment.