|
|
@@ -47,7 +47,7 @@ def main():
|
|
|
ssh_key_name = "theenglishway.pub"
|
|
|
|
|
|
volumes += [
|
|
|
- f"{vol}:{to_source_path(vol)}:ro" for vol in data_sources if vol.exists()
|
|
|
+ f"{vol}:{to_source_path(vol)}:ro" for vol in data_sources
|
|
|
]
|
|
|
|
|
|
volume_args = [a for vol in volumes for a in ["-v", vol]]
|