Skip to content

Commit aa7d1e0

Browse files
committed
fix(review-bot): test
1 parent 9644b1a commit aa7d1e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/check-review-dates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def get_doc_cat_name(filepath, prod_cat_ref):
9393
category_product = "FAQ"
9494
else:
9595
# catches everything in pages
96+
print("Currently checking FILEPATH", filepath)
97+
print("filepath_list is", filepath_list)
9698
category = prod_cat_ref.get(filepath_list[2], ["Unknown", "Unknown"])[0]
9799
product = prod_cat_ref.get(filepath_list[2], ["Unknown", "Unknown"])[1]
98100
category_product = category + ": " + product

0 commit comments

Comments
 (0)