Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 26, 2024
1 parent 734a32a commit 7ed5cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dcor_schemas/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def run_jobs_dcor_schemas(modified_days=-1):
res_dict = resource.as_dict()

for job in job_list:
if job_list.method(res_dict):
if job.method(res_dict):
if not nl:
click.echo("")
nl = True
Expand Down

0 comments on commit 7ed5cbb

Please sign in to comment.