Strategy: Allow privileged_execution: keyword even if not used

This commit is contained in:
Sebastian Serth
2022-10-05 19:19:12 +02:00
parent a5da7d1f84
commit cb94bc3de6
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class Runner::Strategy
raise NotImplementedError
end
def attach_to_execution(_command, _event_loop, _starting_time, _privileged_execution:)
def attach_to_execution(_command, _event_loop, _starting_time, privileged_execution:)
raise NotImplementedError
end