Skip to content

Commit bb6021e

Browse files
committed
bump sequence number to 11
1 parent 54062a3 commit bb6021e

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 10
265+
return 11
266266

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

0 commit comments

Comments
 (0)