Skip to content

Commit

Permalink
change id for project
Browse files Browse the repository at this point in the history
  • Loading branch information
jomasator2 committed Oct 23, 2023
1 parent f2c641a commit 3d76de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat2mids/xnat/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_list_subjects(self, verbose):
output = StringIO()

if verbose:
print(format_message(self.level_verbose, self.level_tab, "Project: {}".format(self["ID"])), flush=True)
print(format_message(self.level_verbose, self.level_tab, "Project: {}".format(self["secondary_ID"])), flush=True)
output.write(try_to_request(self.interface, self.url_xnat
+ dict_uris["subjects"](self["ID"])
).text)
Expand Down

0 comments on commit 3d76de6

Please sign in to comment.