From 8669a822dff08ef9c993d51b56e9f4995d4d3370 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 9 Jan 2023 21:43:04 -0600 Subject: [PATCH] fix: import Path --- app/data/pod-list.txt | 2 +- app/deploy_system.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/data/pod-list.txt b/app/data/pod-list.txt index e5cadd5a..661a04e4 100644 --- a/app/data/pod-list.txt +++ b/app/data/pod-list.txt @@ -1,5 +1,5 @@ contract -db +ipld-eth-db eth-statediff-fill-service go-ethereum-foundry ipld-eth-beacon-db diff --git a/app/deploy_system.py b/app/deploy_system.py index 7195d593..2fe4bbd8 100644 --- a/app/deploy_system.py +++ b/app/deploy_system.py @@ -21,6 +21,7 @@ import sys from python_on_whales import DockerClient import click import importlib +from pathlib import Path from .util import include_exclude_check