25print"ERROR: No explanation found - Should be JIRA ticket or similar"
26return
27elif'CENTRPAGE'notin opts.explanation:
28print"WARNING: Explanation found, but does not include CENTRPAGE - this should usually be a JIRA ticket"
29
30if opts.istest=="FALSE":
31 opts.istest=False
32
33 UT=uploadTools.UT(istest=opts.istest,verbose=opts.verbose,alwaysyes=opts.alwaysyes,xsRefFile=opts.xsreffile if hasattr(opts,"xsreffile") elseNone,delim=opts.delim if hasattr(opts,"delim") elseNone)
34
35 cols=UT.colors
36
37ifnot opts.istest:
38print cols.FAIL+"INFO: THIS IS NOT A TEST - UPLOADING FOR REALS!"+cols.ENDC
39else:
40print cols.OKGREEN+"INFO: THIS IS A TEST - Nothing will be uploaded!"+cols.ENDC