# | Line 38 | Line 38 | for row in rows: | |
---|---|---|
38 | dset = datasets[0] | |
39 | path = (row['rpath']) | |
40 | paths.append(path) | |
41 | < | shortName = (string.split(dset, '/'))[1] |
41 | > | shortName = (string.split(dset, '/'))[1] + "_" + (string.split(dset, '/'))[2] |
42 | shortNames.append(shortName) | |
43 | xsecs.append(0.0) | |
44 | break |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |