Dboreham/mainnet eth #464

Merged
telackey merged 17 commits from dboreham/mainnet-eth into main 2023-07-25 16:16:19 +00:00
Showing only changes of commit 60d915ed6d - Show all commits

View File

@ -68,7 +68,6 @@ def _create_bind_dir_if_relative(volume, path_string, compose_dir):
path = Path(path_string)
if not path.is_absolute():
absolute_path = Path(compose_dir).joinpath(path)
print(f"Creating this directory: {absolute_path}")
absolute_path.mkdir(parents=True, exist_ok=True)
else:
if not path.exists():