rbbt-util 5.25.0 → 5.25.1

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: 794b4ce4b3d681a3431389504612ad12726ae0b6
4
- data.tar.gz: c56db77f71c8f9b5110e42263ba7ef8b20d810dc
3
+ metadata.gz: 90520a5d90fb50559c81af63d6dc6160a5c0b3b7
4
+ data.tar.gz: 3bd6c4c62ae7005de91c309e9ca25a97e4dd5225
5
5
  SHA512:
6
- metadata.gz: 2cb32a3508d30939014a28320fe56a420a76e0fffcb61326b3ade4b1440595f78bfac7fd8ce582b811442e3c81116142207b5d70be5707645c00c35e42d7c3cd
7
- data.tar.gz: 418f3e57524983b2837fa573b9c970e3e1db41cb1e8ff6a2bf99381ce25e264320c1d5c613b69736db86a6b0dd9d8e4ba996086aba7280ec46c4bd4179c0450b
6
+ metadata.gz: 9596ac571a80a8519a0a0e1fe333a74fc500705ff962591253d5f22ca6b17e38040f06d0351f8c923b8f6ba35853d1e0fea808b392f60712b6384388e4b1d2f7
7
+ data.tar.gz: 135ced6644d8628df1f58de6be2a310367ed90897e4bd3628e9177f86b7aff1701ef2aec99b8516b8f27ba4e7fbb01b6a54aaca375434189d8d9395447a6152e
data/lib/rbbt/monitor.rb CHANGED
@@ -5,7 +5,7 @@ module Rbbt
5
5
  #LOCK_DIRS = Rbbt.share.find_all + Rbbt.var.cache.persistence.find_all + Rbbt.var.jobs.find_all +
6
6
  # Rbbt.tmp.tsv_open_locks.find_all + Rbbt.tmp.persist_locks.find_all + Rbbt.tmp.sensiblewrite_lock_dir.find_all +
7
7
  # Rbbt.tmp.produce_locks.find_all + Rbbt.tmp.step_info_locks.find_all
8
- LOCK_DIRS = Rbbt.tmp.tsv_open_locks.find_all + Rbbt.tmp.persist_locks.find_all + Rbbt.tmp.sensiblewrite_lock_dir.find_all +
8
+ LOCK_DIRS = Rbbt.tmp.tsv_open_locks.find_all + Rbbt.tmp.persist_locks.find_all + Rbbt.tmp.sensiblewrite_locks.find_all +
9
9
  Rbbt.tmp.produce_locks.find_all + Rbbt.tmp.step_info_locks.find_all
10
10
 
11
11
  SENSIBLE_WRITE_DIRS = Misc.sensiblewrite_dir.find_all
@@ -399,7 +399,7 @@ begin
399
399
 
400
400
  if options.delete(:printpath)
401
401
  job.join
402
- raise job.messages.last if job.error? or job.aborted? and job.messages
402
+ raise job.messages.last if (job.error? || job.aborted?) && job.messages
403
403
  if Open.remote? job.path
404
404
  puts job.url + Log.color(:blue, "?_format=raw")
405
405
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.25.0
4
+ version: 5.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-12 00:00:00.000000000 Z
11
+ date: 2018-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake