Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Feb 20, 2024
1 parent dee4051 commit 2108d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/xroad_integration/logic/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def _get_organization_information(business_code):
organization_json = xroad_catalog_query_json('getOrganization', params=[business_code])

if organization_json is None:
error = "XRoad service getOrganization returned an empty response for member {}".format(business_code)
error = "XRoad service getOrganization returned an empty response for member {}".format(business_code)
log.warning(error)
raise ContentFetchError(error)
elif organization_json.get('organizationData') or organization_json.get('companyData'):
Expand Down

0 comments on commit 2108d16

Please sign in to comment.