Skip to content

Commit adcb918

Browse files
committed
bump sequence number to 10
1 parent 73a77ee commit adcb918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/automated_ingestion/eessi_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def _get_fixed_sequence_number(self) -> int:
262262
"""
263263
Get a fixed sequence number.
264264
"""
265-
return 9
265+
return 10
266266

267267
@log_function_entry_exit()
268268
def _determine_sequence_status(self, sequence_number: int = None) -> int:

0 commit comments

Comments
 (0)