Skip to content
Snippets Groups Projects
Commit 31897e0b25e1 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

remove local import

parent 0f0dc2e29fde
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@
logging.info("Image %s exists", image)
if (not image_list and not nmspc.no_build) or nmspc.force_build:
logging.info("Building image %s", image)
from . import docker_build
import docker_build
arguments = [
'--dev'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment