Skip to content

Commit

Permalink
gpu-setup: Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 30, 2023
1 parent 8bfe6bb commit b7210b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/gpu-setup
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ job_release() {
fi
fi
done
die "$0: job_release: job with $pid has no GPU locked"
die "$0: job_release: job with pid $pid has no GPU locked"
}

show() {
Expand Down

0 comments on commit b7210b6

Please sign in to comment.