Skip to content

Commit

Permalink
Merge branch 'UGA_Version'
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed Aug 27, 2021
2 parents c852c63 + 89d1e73 commit ef21094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ def get_aspace_log(defaults, xtf_checkbox, as_un=None, as_pw=None, as_ap=None, a
close_program (bool): if a user exits the popup, this will return true and end run_gui()
client (ASnake.client object): the ArchivesSpace ASnake client for accessing and connecting to the API
asp_version (str): the current version of ArchivesSpace
repositories (dict): contains info on all the repositories for an ArchivesSpace instance, including name as the
key and id # as it's value
repositories (dict): contains info on all the repositories for an ArchivesSpace instance, including name as the key and id # as it's value
resource_ids (dict): contains info on all the resources for each repository for an ArchivesSpace instance, including repository # as the key and a list of resource #s as strings as it's value
xtf_version (bool): user indicated value whether they want to display xtf features in the GUI
"""
as_username = as_un
Expand Down

0 comments on commit ef21094

Please sign in to comment.