Finished resolving of commits.
This commit is contained in:
@@ -55,8 +55,6 @@ def main(loc, colorscheme):
|
||||
|
||||
for operating_sys in oslist:
|
||||
|
||||
i = 1
|
||||
|
||||
# Required string to create directory title pages
|
||||
dir_title = "<h2 class=title-dir>" + \
|
||||
operating_sys.capitalize() + "</h2></body></html>"
|
||||
@@ -92,8 +90,7 @@ def main(loc, colorscheme):
|
||||
|
||||
group.append(HTML("htmlout.html").render())
|
||||
print("Rendered page {} of the directory {}".format(
|
||||
str(i), operating_sys))
|
||||
i += 1
|
||||
str(page_number), operating_sys))
|
||||
|
||||
allmd.clear()
|
||||
|
||||
|
Reference in New Issue
Block a user