wrapper/: introduce Wrapper protocol
This commit is contained in:
parent
3fbda2e089
commit
14a2d0ae12
3 changed files with 37 additions and 12 deletions
|
@ -19,7 +19,7 @@ def docker_volumes_args(volume_mappings: dict[str, str]) -> list[str]:
|
|||
|
||||
|
||||
class DockerWrapper(BaseWrapper):
|
||||
type = 'docker'
|
||||
type: str = 'docker'
|
||||
|
||||
def wrap(self):
|
||||
script_path = config.runtime['script_source_dir']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue