diff options
author | Arun Isaac | 2024-12-04 17:25:09 +0000 |
---|---|---|
committer | Arun Isaac | 2024-12-04 17:25:09 +0000 |
commit | 443eb97fd9f726f57d3704146505af8c9246acf1 (patch) | |
tree | fa6b03e1f51b78256ffe6564dc19b13e05526d3d | |
parent | 76091d246a3e4d72526c26af600847991fa583b8 (diff) | |
download | ravanan-443eb97fd9f726f57d3704146505af8c9246acf1.tar.gz ravanan-443eb97fd9f726f57d3704146505af8c9246acf1.tar.lz ravanan-443eb97fd9f726f57d3704146505af8c9246acf1.zip |
bin: Indicate that the --slurm-jwt argument was not specified.
* bin/ravanan (main): Indicate specifically that the --slurm-jwt
argument was not specified.
-rwxr-xr-x | bin/ravanan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ravanan b/bin/ravanan index af33ba0..65cad9e 100755 --- a/bin/ravanan +++ b/bin/ravanan @@ -150,7 +150,7 @@ files that have the token in the @verbatim{SLURM_JWT=token} format." (unless (assq-ref args 'scratch) (error "scratch not specified")) (unless (assq-ref args 'slurm-jwt) - (error "slurm JWT file not specified")))) + (error "--slurm-jwt not specified")))) (match (reverse (assq-ref args 'args)) ((workflow-file inputs-file) ;; We must not try to compile guix manifest files. |