Browse Source

Initialize variable for flake8

pull/603/head
Dave Machado 6 years ago
parent
commit
e53982f9d1
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build/validate_format.py

+ 1
- 0
build/validate_format.py View File

@@ -58,6 +58,7 @@ def check_format(filename):

# START Check Entries
num_in_category = min_entries_per_section + 1
category_line = 0
anchor_re = re.compile('###\s\S+')
for line_num, line in enumerate(lines):
# check each section for the minimum number of entries


Loading…
Cancel
Save