# | Line 348 | Line 348 | class cmscp: | |
---|---|---|
348 | cmscp_exit_status = 0 | |
349 | txt = '' | |
350 | for file, dict in results.iteritems(): | |
351 | – | print file |
352 | – | print dict |
351 | if file: | |
352 | if dict['lfn']=='': | |
353 | lfn = '$LFNBaseName/'+os.path.basename(file) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |