rbbt-util 5.21.29 → 5.21.30

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: 8751b62ac731fd443fffb25c525ca7cbfb40267e
4
- data.tar.gz: b4ee9c2d532fbdd0fb9b460ae31889203d285565
3
+ metadata.gz: bac8d854771a571b0b8f4a9b6ecaf77653ab5543
4
+ data.tar.gz: b13cd5016af5baf493c09909951b741c09b3563a
5
5
  SHA512:
6
- metadata.gz: a16c7143fb568582b630111fad7286c870b7a5595694c77a98da2b8c2a9d8848b5f8826e230d43b58f73a8649018c3f33ff181f48c1342fb965870efc016592e
7
- data.tar.gz: 7d6b94d23c4d99829d23cb94d2bc89e89021a3fce32d7755ba8df1d4c1c3c20c15af0fc055775c4af4c6989c4b77b3e6aa699fa7c256d233490aeed43eb10e56
6
+ metadata.gz: 3217c47747123e766e33c70de6c6e4fd44f4f5f069fdb11ea50694ceb0cebb87babcc6be4c7c239e45cd6807f17506c0ca21addada0dfbeb406fc6baa03e36ff
7
+ data.tar.gz: 681abda04e033061384d039e51a2b092b932c5e3f1bb76aabcad17844bc26adadaeccda9b441133e56b004fc4067765b702bd72299d8b1ccff61e90f632a2496
@@ -99,7 +99,7 @@ TSV.traverse jobs, :_bar => "Checking job status" do |file,i|
99
99
  status = status.to_s
100
100
  end
101
101
 
102
- next unless (force and status =~ /done/) status =~ /\bnopid/ or status =~ /\berror$/ or status =~ /\bmissing$/ or status =~ /\baborted$/ or status =~ /\bdead$/ or status =~ /\bsync$/ or status == "" or (force and status == 'noinfo')
102
+ next unless (force and status =~ /done/) and status =~ /\bnopid/ or status =~ /\berror$/ or status =~ /\bmissing$/ or status =~ /\baborted$/ or status =~ /\bdead$/ or status =~ /\bsync$/ or status == "" or (force and status == 'noinfo')
103
103
  puts " Removing #{ file } - #{status}"
104
104
  Step.clean(file)
105
105
  end
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.29
4
+ version: 5.21.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez