Home | History | Annotate | Download | only in afe

Lines Matching full:drone_sets_enabled

232     DRONE_SETS_ENABLED = global_config.global_config.get_config_value(
233 'SCHEDULER', 'drone_sets_enabled', type=bool, default=False)
257 def drone_sets_enabled(cls):
262 return cls.DRONE_SETS_ENABLED
296 if not cls.drone_sets_enabled():