rbbt-util 5.21.27 → 5.21.28

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
  SHA1:
3
- metadata.gz: 40f9bb08c54a27e06055961dd893ebf8cfecc0ed
4
- data.tar.gz: c1519c4b9407a1a13ed228961c26789f15662f0a
3
+ metadata.gz: 1d60e1fb5bc0d15492a72771a4f32aab98c20d0c
4
+ data.tar.gz: a733159fcdff84ca2ec384b4b0e3b5853225ac3c
5
5
  SHA512:
6
- metadata.gz: 45f589c3a2e3157f4627510ef44067117f7b80e94a34d102eb40ce3f3fc96a0bfcb63ca1b0d1d05b28c530b343f9d89da453d235d552bc13f557ae4f95659f3c
7
- data.tar.gz: ab8ed64d6c46c92e6920a1d9e137943067a10b5886bf6991149802405425245796893ba4d98aae606b58cdf316458e368ba0e4d440769144907ab6d5c740c1ac
6
+ metadata.gz: 42973d86f709b72c9c527e6e41161917de93393eba19e2067591ad521e841158d4dda453cd56138298a382c9bd89a4548ec0a3017dabeb177ced502192049f3e
7
+ data.tar.gz: c5b4a7bbcf9ec659d178d8a66a17a4019308cf92b363be1d269f456790e58fd23d2f0b3fe9156a961a90e2993b3ee26f053338ca9bd0add19851155ff4ad2dbe
@@ -76,8 +76,8 @@ puts
76
76
  jobs = Rbbt.job_info workflow, task
77
77
  workflows = {}
78
78
 
79
- TSV.traverse jobs, :bar => "Checking job status" do |file,i|
80
- if options[:quick] and File.exists? file
79
+ TSV.traverse jobs, :_bar => "Checking job status" do |file,i|
80
+ if options[:quick] and i[:done]
81
81
  status = 'done'
82
82
  else
83
83
  info = begin
@@ -130,7 +130,7 @@ workflows.sort.each do |workflow,tasks|
130
130
  puts "* " << Log.color(:magenta, workflow) << "#" << Log.color(:yellow, task) << ": " << Log.color(:blue, jobs.length.to_s)
131
131
 
132
132
  files_txt = jobs.collect do |file, i|
133
- if options[:quick] and File.exists? file
133
+ if options[:quick] and i[:done]
134
134
  status = 'done'
135
135
  else
136
136
  info = begin
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.21.27
4
+ version: 5.21.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez