Skip to content

Commit 8b9eac6

Browse files
NRL-1798 Update summary with filename instead of path
1 parent ff8216d commit 8b9eac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/delete_pointers_by_id.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def count_from(field):
156156
if "deletes-took-secs" in result:
157157
print(f" deletes-took-secs: {result.get('deletes-took-secs')}")
158158
if "output_file_path" in result:
159-
print(f" See output file for full results: {result.get('output_file_path')}")
159+
output_filename = os.path.basename(result.get("output_file_path"))
160+
print(f" See output file for full results: {output_filename}")
160161
print("*******************************************************")
161162

162163

0 commit comments

Comments
 (0)