rbbt-util 5.26.110 → 5.26.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rbbt/hpc.rb +1 -1
- data/share/rbbt_commands/workflow/trace +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b990b62218a7a4ecdef7dff4fef3c0181961099e86caacb2ad83aee8b013f83
|
|
4
|
+
data.tar.gz: 6cb4d558740c71f2aa7305d2c04ad4071f6db05e9f2e3ae905efe7ddcba22798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e2992a49107f29b1b4d5767c1e25c68454ae039c5c844e3f26956b800ae9d7a97f36085ba27875816faabb08c14d89d23d2085e30dbfc296162eeeb682df00
|
|
7
|
+
data.tar.gz: a938fa386799f84a73d4ec2d6677f90270f520e9a055247b21f2590c94501c4c6422c095bd33295fcbbe4cbf4a22f1c264be670b24032d49aca9c6649c78db50
|
data/lib/rbbt/hpc.rb
CHANGED
|
@@ -315,7 +315,6 @@ if [ $sync_es == '0' ]; then
|
|
|
315
315
|
else
|
|
316
316
|
echo "WARNING: Results could not sync correctly. Job directory not purged"
|
|
317
317
|
fi
|
|
318
|
-
unset sync_es
|
|
319
318
|
EOF
|
|
320
319
|
else
|
|
321
320
|
coda +=<<-EOF
|
|
@@ -336,6 +335,7 @@ EOF
|
|
|
336
335
|
# Write exit status to file
|
|
337
336
|
echo $exit_status > #{fexit}
|
|
338
337
|
if [ $sync_es == '0' ]; then
|
|
338
|
+
unset sync_es
|
|
339
339
|
exit $exit_status
|
|
340
340
|
else
|
|
341
341
|
exit $sync_es
|