Refactor process title handling in RotaBuilder for improved clarity and functionality
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ def main(
|
||||
Rota.constraint_options["max_weekend_frequency"] = 3
|
||||
Rota.constraint_options["hard_constrain_pair_separation"] = True
|
||||
|
||||
Rota.constraint_options["max_days_per_week_block"] = [(5, 2), (6, 3), (8,4)]
|
||||
Rota.constraint_options["max_days_per_week_block"] = [(8,4)]
|
||||
|
||||
#wr = [
|
||||
# WorkerRequirement(
|
||||
|
||||
Reference in New Issue
Block a user