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

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +2 -0
Doors_Schedule.py CHANGED
@@ -1562,6 +1562,8 @@ 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
  print(f"width_info_tobeprinted: {width_info_tobeprinted}")
1566
  print(f"cleaned_width: {cleaned_width}")
1567
  print(f"widths: {widths}")
 
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"kelma: {kelma}")
1566
+
1567
  print(f"width_info_tobeprinted: {width_info_tobeprinted}")
1568
  print(f"cleaned_width: {cleaned_width}")
1569
  print(f"widths: {widths}")