Murali-group/Beeline

Erroneous message printed during initialization of Beeline

blessyantony9 opened this issue · 1 comments

echo "Docker container for ARBORETO is built and tagged as arboreto:base" message printed even if the corresponding docker build fails. The same applies to all algorithms.

Possible fix: Capture the exit code of the preceding docker build command and print the appropriate success/fail message based on the returned exit code.

Duplicate issue