-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
771f427
commit 85facc8
Showing
10 changed files
with
59 additions
and
81 deletions.
There are no files selected for viewing
Binary file modified
BIN
-231 Bytes
(99%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 18_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
-1.13 KB
(95%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 22_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
+6.16 KB
(130%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 26_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
+12.5 KB
(180%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 30_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
-1 KB
(96%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 32_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
+4.82 KB
(120%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 36_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
+3 KB
(110%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 37_it_IT.xlsx
Binary file not shown.
Binary file modified
BIN
+4.83 KB
(120%)
inputs/VolumesExcel_06_07_2022/it_IT/Paesi Bassi VOLUME 38_it_IT.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
from openpyxl.cell.cell import Cell | ||
|
||
|
||
def compare_rows(row1: tuple[Cell, ...], row2: tuple[Cell, ...]) -> bool: | ||
def compare_rows(row1: tuple[Cell, ...] | None, row2: tuple[Cell, ...]) -> bool: | ||
"""Compare the values of two rows.""" | ||
if row1 is None: | ||
return False | ||
return [i.value for i in row1[1:]] == [i.value for i in row2[1:]] |
85facc8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the currently missing titles:
These are the currently missing translations:
These are the errors found in titles:
85facc8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the rest of the output log. Please check for additional errors: