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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b657fc00a35c1639969f733d9b0c82aeab12217bb6c315b2e5e6b52835b9cc63
4
- data.tar.gz: 6a6b00315447deb586accd24b2b3343398186bac96fff97690d99144b23d7608
3
+ metadata.gz: 8b990b62218a7a4ecdef7dff4fef3c0181961099e86caacb2ad83aee8b013f83
4
+ data.tar.gz: 6cb4d558740c71f2aa7305d2c04ad4071f6db05e9f2e3ae905efe7ddcba22798
5
5
  SHA512:
6
- metadata.gz: a0b79bd5ac75de92ab7ce708d74be005d218dab0354a217465556d7a082920256f44a7daf6c90d9f76b614170a1702ec9672ab4da1b90144c3419aa22282c4eb
7
- data.tar.gz: b30d54a1b95950b4e49923050bbb26bdbbda742a3b973beefe297336574201b7cab686986a20f4bbfe0b52485faa727b52b6f942d77aa41e50481219e7ab3fd5
6
+ metadata.gz: c2e2992a49107f29b1b4d5767c1e25c68454ae039c5c844e3f26956b800ae9d7a97f36085ba27875816faabb08c14d89d23d2085e30dbfc296162eeeb682df00
7
+ data.tar.gz: a938fa386799f84a73d4ec2d6677f90270f520e9a055247b21f2590c94501c4c6422c095bd33295fcbbe4cbf4a22f1c264be670b24032d49aca9c6649c78db50
@@ -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
@@ -58,7 +58,7 @@ step.info[:archived_info].each do |path,ainfo|
58
58
  ainfo
59
59
  end
60
60
  jobs << archived_step
61
- end
61
+ end if step.info[:archived_info]
62
62
 
63
63
  jobs = jobs.select{|job| job.info[:done]}.sort_by{|job| job.info[:started]}
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.26.110
4
+ version: 5.26.112
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez