Skip to content

Commit

Permalink
clear resource masking if new run is started after manual run stop (when
Browse files Browse the repository at this point in the history
not using cloud)
new revision
  • Loading branch information
smorovic committed May 11, 2016
1 parent 057aee3 commit 2854f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/RunRanger.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def process_IN_CREATE(self, event):
cached_pending_run = fullpath
os.rmdir(fullpath)
return
self.state.masked_resources=False #clear this flag for run that was stopped manually
if conf.role == 'fu':
bu_dir = self.mm.bu_disk_list_ramdisk_instance[0]+'/'+dirname
try:
Expand Down
2 changes: 1 addition & 1 deletion scripts/hltdrpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ cd $TOPDIR
cat > hltd.spec <<EOF
Name: hltd
Version: 1.9.5
Release: 0
Release: 1
Summary: hlt daemon
License: gpl
Group: DAQ
Expand Down

0 comments on commit 2854f0e

Please sign in to comment.