Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Mar 12, 2022
1 parent a55b271 commit 3ea3b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/case_check/case_check_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@


def error_could_not_locate(file_name, line_number, couldnt_be_located):
# This warning doesn't account for the fact that most of the time they are either in files that aren't used, or in commented out lines.
# warnings.append_mod_warning(file_name, line_number, "Could not locate", couldnt_be_located)
pass


def error_failed_to_find_module(file_name, line_number, module):
# This warning doesn't account for the fact that most of the time they are either in files that aren't used, or in commented out lines.
# warnings.append_mod_warning(file_name, line_number, "Failed to find module", module)
pass

0 comments on commit 3ea3b44

Please sign in to comment.