Skip to content

Commit

Permalink
added a comment about a linting error in util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 5, 2024
1 parent 9d4daed commit 0f7b8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gator/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def get_file_diagnostic_deep_exact(file_count_dictionary, value):
if file_details == {}:
file_details = get_first_not_equal_value(file_count_dictionary, value)
# there is some type of exact match in the data set, so extract and return it
# when the bellow code is != pylint fails, when it is 'is not' test cases fail
if file_details is not {} and file_details != (0, 0):
file_name = file_details[0]
file_count = file_details[1][1]
Expand Down

0 comments on commit 0f7b8aa

Please sign in to comment.