Home | History | Annotate | Download | only in afe

Lines Matching refs:drone_sets_enabled

274     DRONE_SETS_ENABLED = global_config.global_config.get_config_value(
275 'SCHEDULER', 'drone_sets_enabled', type=bool, default=False)
299 def drone_sets_enabled(cls):
304 return cls.DRONE_SETS_ENABLED
338 if not cls.drone_sets_enabled():