Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 28, 2023
1 parent 42581d4 commit 15a1a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_tool_github_repositories(g: Github, RepoSelection: Optional[str]) -> Lis
repo_list: List[str] = []
for i in range(1, 5):
repo_selection = f"repositories0{i}.list"
if RepoSelection: # only get these repositories
if RepoSelection: # only get these repositories
if RepoSelection == repo_selection:
repo_f = repo.get_contents(repo_selection)
repo_l = get_string_content(repo_f).rstrip()
Expand Down

0 comments on commit 15a1a40

Please sign in to comment.