Skip to content

Commit

Permalink
counter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemchik542 committed Jun 30, 2024
1 parent f40a99c commit abe0408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ticked_file_enforcement/ticked_file_enforcement.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def post_error(string):

with open(module_file_path_clean, 'r') as extra_file:
for extra_line in extra_file:
total += 1
extra_line = extra_line.strip()
if (extra_line[10:14] != "code"):
red(f" File [{extra_line}] must be in \"code/\" folder")
Expand Down

0 comments on commit abe0408

Please sign in to comment.