File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,14 +194,14 @@ def check_args(
194194 """
195195 if not any (
196196 [
197- args_to_check .comment or args .comment == "" , # pylint: disable=g-explicit-bool-comparison
197+ args_to_check .comment or args_to_check .comment == "" , # pylint: disable=g-explicit-bool-comparison
198198 args_to_check .disregarded ,
199199 args_to_check .priority ,
200200 args_to_check .reason ,
201201 args_to_check .reputation ,
202- args_to_check .risk_score or args .risk_score == 0 ,
203- args_to_check .root_cause or args .root_cause == "" , # pylint: disable=g-explicit-bool-comparison
204- args_to_check .severity or args .severity == 0 ,
202+ args_to_check .risk_score or args_to_check .risk_score == 0 ,
203+ args_to_check .root_cause or args_to_check .root_cause == "" , # pylint: disable=g-explicit-bool-comparison
204+ args_to_check .severity or args_to_check .severity == 0 ,
205205 args_to_check .status ,
206206 args_to_check .verdict ,
207207 ]
You can’t perform that action at this time.
0 commit comments