Skip to content

Commit e71272f

Browse files
authored
chore: mark a function unreachable (#8553)
1 parent 04952d5 commit e71272f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ietf/submit/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ def cancel_submission(submission):
646646

647647

648648
def rename_submission_files(submission, prev_rev, new_rev):
649+
log.unreachable("2025-2-19")
649650
for ext in settings.IDSUBMIT_FILE_TYPES:
650651
staging_path = Path(settings.IDSUBMIT_STAGING_PATH)
651652
source = staging_path / f"{submission.name}-{prev_rev}.{ext}"

0 commit comments

Comments
 (0)