We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644b1a commit aa7d1e0Copy full SHA for aa7d1e0
bin/check-review-dates.py
@@ -93,6 +93,8 @@ def get_doc_cat_name(filepath, prod_cat_ref):
93
category_product = "FAQ"
94
else:
95
# catches everything in pages
96
+ print("Currently checking FILEPATH", filepath)
97
+ print("filepath_list is", filepath_list)
98
category = prod_cat_ref.get(filepath_list[2], ["Unknown", "Unknown"])[0]
99
product = prod_cat_ref.get(filepath_list[2], ["Unknown", "Unknown"])[1]
100
category_product = category + ": " + product
0 commit comments