Skip to content

Commit

Permalink
fixup! Improve internal documentation (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Nov 15, 2024
1 parent 9fcda5b commit c9a1a5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,11 @@ def _select_source(self,
:param catalog: The name of the catalog to select a source from.
:param public: If none (as by default), allow the source to be either
public or non-public. If true, choose a public source, or raise an
assertion if the catalog contains no public sources. If false, choose
a non-public source, or return `None` if the catalog contains no non-
public sources.
public or non-public. If true, choose a public source, or
raise an `AssertionError` if the catalog contains no
public sources. If false, choose a non-public source, or
return `None` if the catalog contains no non-public
sources.
"""
plugin = self.repository_plugin(catalog)
sources = set(config.sources(catalog))
Expand Down

0 comments on commit c9a1a5e

Please sign in to comment.