Skip to content

Commit d4528fe

Browse files
committed
bump sequence number to 9
1 parent c7ed07d commit d4528fe

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 8
265+
return 9
266266

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

0 commit comments

Comments
 (0)