Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpu-setup: Improve error message
Browse files Browse the repository at this point in the history
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
@@ -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() {

0 comments on commit b7210b6

Please sign in to comment.