Skip to content

Commit 9240fa1

Browse files
authored
Merge branch 'master' into feature/VED-745-observability-for-batch-process
2 parents 9bf84d7 + 24a1980 commit 9240fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filenameprocessor/src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
# The size in bytes of an empty batch file containing only the headers row
33-
EMPTY_BATCH_FILE_SIZE_IN_BYTES = 614
33+
EMPTY_BATCH_FILE_SIZE_IN_BYTES = 615
3434

3535

3636
class FileStatus(StrEnum):

0 commit comments

Comments
 (0)