Skip to content

Commit

Permalink
Small line indentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed Sep 14, 2021
1 parent bdfcfde commit 6061587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,8 @@ def get_aspace_log(defaults, xtf_checkbox, as_un=None, as_pw=None, as_ap=None, a
repositories[result["name"]] = int(uri_components[-1])
# Get resource ids
for repository in repo_results.json():
resources = client.get(f"{repository['uri']}/resources", params={"all_ids": True}).json()
resources = client.get(f"{repository['uri']}/resources", params={"all_ids":
True}).json()
uri_components = repository["uri"].split("/")
repository_id = int(uri_components[-1])
resource_ids[repository_id] = [resource_id for resource_id in resources]
Expand Down

0 comments on commit 6061587

Please sign in to comment.