response=ui.yesno("The contents of your nut configuration files may help developers diagnose your bug more quickly, however, it may contain sensitive information. Do you want to include it in your bug report?")
ifresponse==None:#use cancelled
raiseStropIteration
elifresponse==True:
attach_file(report,'/etc/nut/ups.conf','UpsConf')
elifresponse==False:
ui.information("The contents of your nut configuration files will NOT be included in the bug report")