Skip to content

Commit

Permalink
fix: unmarshal instance requirements arguments on droby load
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Feb 28, 2025
1 parent adb6d33 commit f885bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/syskit/droby/v5/droby_dump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def initialize(name, model, arguments)
def proxy(peer)
requirements = InstanceRequirements.new([peer.local_object(@model)])
requirements.name = @name
requirements.with_arguments(**@arguments)
requirements.with_arguments(**peer.local_object(@arguments))
requirements
end
end
Expand Down

0 comments on commit f885bdc

Please sign in to comment.