ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/bin/input.py
(Generate patch)

Comparing UserCode/MitProd/Processing/bin/input.py (file contents):
Revision 1.5 by paus, Sat Oct 22 13:07:04 2011 UTC vs.
Revision 1.6 by paus, Sun May 6 12:45:04 2012 UTC

# Line 63 | Line 63 | if not db:
63      if   dbs == 'none':
64          cmd = 'dascli.py --query="block=' + dataset + '*" --limit=999999 --format=blocks'
65      elif dbs == '':
66 <        cmd = 'dbs search --query=\"find block where dataset=' + dataset + '\"'
66 >        cmd = 'dbs search --query=\"find block where dataset=*' + dataset + '\"'
67      elif re.search('http://',dbs):
68 <        cmd = 'dbs search --url=' + dbs + ' --query="find block where dataset=' + dataset + '"'
68 >        cmd = 'dbs search --url=' + dbs + ' --query="find block where dataset=*' + dataset + '"'
69      else:
70          cmd = 'echo ' + dataset + '#00000000-0000-0000-0000-000000000000'
71  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines