You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Error: Folder '$ODOOLS_PYCHARM_DIR' doesn't exist. Be sure to launch this script from the root of the repository or set ODOOLS_PYCHARM_DIR accordingly."
10
+
exit 1
11
+
fi
12
+
13
+
if [ !-d"$ODOOLS_VSCODE_DIR" ];then
14
+
echo"Error: Folder '$ODOOLS_VSCODE_DIR' doesn't exist. Be sure to launch this script from the root of the repository or set ODOOLS_VSCODE_DIR accordingly."
0 commit comments