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 branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ class CategoriesDirective(AlgorithmBaseDirective): ...@@ -245,7 +245,7 @@ class CategoriesDirective(AlgorithmBaseDirective):
category.pages.add(PageRef(page_name, env.docname)) category.pages.add(PageRef(page_name, env.docname))
#now step up a step up each time the category hierarchy #now step up a step up each time the category hierarchy
parent_category = categ_name; parent_category = categ_name
while True: while True:
if r"\\" in parent_category: if r"\\" in parent_category:
categs = parent_category.split(r"\\") 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