Skip to content

Commit

Permalink
Update safe_launch_vscode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Dec 27, 2023
1 parent 632ef9d commit 9f1bc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/safe_launch_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CURRENTLY_RUNNING_JOBS=$(squeue -u $USERNAME -o "%j:%i" | grep omnigibson-vscode

if [ ! -z "$CURRENTLY_RUNNING_JOBS" ]; then
# Queue a new job for the user
echo "Starting new job"
sbatch /cvgl/group/Gibson/og-docker/launch_vscode.sh

# Wait for the file to show up
Expand Down

0 comments on commit 9f1bc70

Please sign in to comment.