示例#1
0
    def handle(self, *args, **options):
        """Runs command."""
        logger.debug("Starting processor...")

        try:
            AnalysisManager().run()
        except KeyboardInterrupt:
            print("Exiting... (requested by user)")
示例#2
0
 def setUp(self):
     self.am = AnalysisManager()