Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkudera committed May 28, 2024
1 parent 4fe76f5 commit 8fda6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sync-actions/src/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _get_paginator(self, job):
if job.request_parameters.scroller:
paginator_params = job.api.pagination.get(job.request_parameters.scroller)
if not paginator_params:
raise UserException(f"Paginator '{job.request_parameters.scroller}' not found in the API configuration.")
raise UserException(f"Paginator '{job.request_parameters.scroller}' not found in the configuration.")

else:
paginator_params = job.api.pagination.get("common")
Expand Down

0 comments on commit 8fda6ce

Please sign in to comment.