Skip to content

Commit

Permalink
Fix Pylint Errors
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Beswal <[email protected]>
  • Loading branch information
UdBe committed Oct 14, 2024
1 parent bdb9491 commit 3d787c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ib_pipelines_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def init_csv_file(self):
"Pipeline Time Created", "Pipeline ID", "Pipeline URL",
"rapidfort-scan Status", "Project Name"
])
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
def write_to_csv(self, pipeline_time_created, pipeline_id, pipeline_web_url,
rf_scan_status, project_name):
"""
Expand Down

0 comments on commit 3d787c3

Please sign in to comment.