Update Doors_Schedule.py
Browse files- Doors_Schedule.py +1 -1
Doors_Schedule.py
CHANGED
|
@@ -1562,7 +1562,7 @@ 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 |
|
| 1567 |
print(f"width_info_tobeprinted: {width_info_tobeprinted}")
|
| 1568 |
print(f"cleaned_width: {cleaned_width}")
|
|
|
|
| 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}")
|