Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Feb 1, 2024
1 parent 82bdf72 commit 81475ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/archives/pyvo_integration/astronomical_archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def _set_archive(self):

self._archives.append(
TapArchive(access_url=self._service_access_url))

elif self._archive_type == 'custom':
self._service_access_url = \
self._json_parameters['archive_selection']['access_url']
Expand All @@ -521,7 +521,7 @@ def _set_archive(self):
Logger.ACTION_ERROR,
Logger.ACTION_TYPE_ARCHIVE_CONNECTION,
error_message)

else:
keyword = \
self._json_parameters['archive_selection']['keyword']
Expand Down

0 comments on commit 81475ed

Please sign in to comment.