Provide default for retrieve_files method

Fixes CODEOCEAN-F4
This commit is contained in:
Sebastian Serth
2022-11-17 19:51:36 +01:00
parent 472e63d53b
commit 61c4d5a894
3 changed files with 3 additions and 3 deletions

View File

@ -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