示例#1
0
 def run(self):
     '''
     Print config info to the console before running the controller
     '''
     if self.options.verbose > 0:
         print '# filebag location: %s' % str(self.file_bag.base_dir)
     BaseClientAuditController.run(self)
示例#2
0
 def run(self):
     '''
     Print config info to the console before running the controller
     '''
     if self.options.verbose > 0:
         print '# filebag location: %s' % str(self.file_bag.base_dir)
     BaseClientAuditController.run(self)