Dactyl style checker - print what target is being checked

This commit is contained in:
mDuo13
2016-06-13 15:24:14 -07:00
parent f89dd4f035
commit 41852574ba

View File

@@ -58,6 +58,8 @@ def check_all_pages(target=None):
pp_env = dactyl_build.setup_pp_env()
print("Style Checker - checking all pages in target %s" % target["name"])
style_issues = []
for page in pages:
if "md" not in page: