Skip to content
Snippets Groups Projects
Commit 7420d38d authored by Nick Draper's avatar Nick Draper
Browse files

pylint: remove ; introduced by mistake

re #14381
parent 08d24db4
No related merge requests found
......@@ -245,7 +245,7 @@ class CategoriesDirective(AlgorithmBaseDirective):
category.pages.add(PageRef(page_name, env.docname))
#now step up a step up each time the category hierarchy
parent_category = categ_name;
parent_category = categ_name
while True:
if r"\\" in parent_category:
categs = parent_category.split(r"\\")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment