Skip to content

Commit

Permalink
Condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojana Todorovic committed Aug 5, 2024
1 parent 26bcd45 commit 683a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/robula.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(self, element, document, config):
self.element = element
self.document = document

if config["ignored_attributes"] is not None and len(config["ignored_attributes"]) != 0:
if config["ignored_attributes"]:
self.attribute_black_list.update(config["ignored_attributes"])

def check_for_time_limit(self, start_time):
Expand Down

0 comments on commit 683a140

Please sign in to comment.