Marthee commited on
Commit
59d28fe
·
verified ·
1 Parent(s): aafab66

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +4 -1
Doors_Schedule.py CHANGED
@@ -1562,7 +1562,10 @@ def mainRun(schedule, plan, searcharray):
1562
  widths = get_widths_bb_format(cleaned_width, kelma)
1563
  secondary_printed_clean = get_secondary_tobeprinted_clean(selected_columns_combined, secondary_tobeprinted, secondary_info)
1564
  all_print = mix_width_secondary(widths, secondary_printed_clean)
1565
-
 
 
 
1566
  #Single page annotation
1567
  all_widths.append(all_print)
1568
 
 
1562
  widths = get_widths_bb_format(cleaned_width, kelma)
1563
  secondary_printed_clean = get_secondary_tobeprinted_clean(selected_columns_combined, secondary_tobeprinted, secondary_info)
1564
  all_print = mix_width_secondary(widths, secondary_printed_clean)
1565
+ print(f"width_info_tobeprinted: {width_info_tobeprinted}")
1566
+ print(f"cleaned_width: {cleaned_width}")
1567
+ print(f"widths: {widths}")
1568
+
1569
  #Single page annotation
1570
  all_widths.append(all_print)
1571