From 2d46986f355d35c607e0625f33913afd632ec1b4 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Tue, 29 Sep 2020 22:29:32 +0200
Subject: [PATCH] Remove misplaced done-statement in 'create_env.sh'.

---
 video_prediction_tools/env_setup/create_env.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh
index c2363f99..319b8cfc 100755
--- a/video_prediction_tools/env_setup/create_env.sh
+++ b/video_prediction_tools/env_setup/create_env.sh
@@ -119,7 +119,6 @@ if [[ "$ENV_EXIST" == 0 ]]; then
   if [[ "${HOST_NAME}" == hdfml* || "${HOST_NAME}" == juwels* ]]; then
     echo "export PYTHONPATH=${ENV_DIR}/lib/python3.6/site-packages:\$PYTHONPATH" >> ${activate_virt_env}
   fi
-  done
 elif [[ "$ENV_EXIST" == 1 ]]; then
   # activating virtual env is suifficient
   source ${ENV_DIR}/bin/activate  
-- 
GitLab