Provide default for retrieve_files method
Fixes CODEOCEAN-F4
This commit is contained in:
@ -33,7 +33,7 @@ class Runner::Strategy
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def retrieve_files(path:, recursive:, privileged_execution:)
|
||||
def retrieve_files(path: './', recursive: true, privileged_execution: false)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user