[#30] preset: Print container progress

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/master
Pavel Karpy 2022-10-26 19:11:31 +03:00 committed by fyrchik
parent 70d4b1db9d
commit dbfadc83d0
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ def create_container():
splitted = fst_str.split(": ")
if len(splitted) != 2:
raise ValueError(f"no CID was parsed from command output: \t{fst_str}")
print(f"Created container: {splitted[1]}")
return splitted[1]