Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemchik542 committed Jul 3, 2024
1 parent b217736 commit 2f7650c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/ticked_file_enforcement/ticked_file_enforcement.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def post_error(string):
# need just for better logs look
if (scannable_directory == "massmeta/features/") or (scannable_directory == "massmeta/~meta_defines/"):
print(blue(f"Scanning Modular Code..."))
if scannable_directory == "massmeta/~meta_defines/":
print(blue(f" Checking files in [{scannable_directory}]"))
# MASSMETA EDIT ADDITION END

Expand Down Expand Up @@ -85,8 +84,6 @@ def post_error(string):
# MASSMETA EDIT ADDITION START (check modular code folder)
# checks main module folder
if scannable_directory == "massmeta/features/":
print(blue(f" Checking files in [{scannable_directory}]"))

module_file_path = line.replace('\\', '/')
module_file_path_clean = module_file_path[10:-1]
print(f" [{module_file_path_clean}] with in it:")
Expand Down

0 comments on commit 2f7650c

Please sign in to comment.