From 00a91323feeaccd37990169f581dade47c5a45d1 Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Sat, 9 Nov 2024 15:11:52 -0500 Subject: [PATCH] squash w/ startup/shutdown. Remove TODOs from setup_irods.py - work captured in issues. --- scripts/setup_irods.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup_irods.py b/scripts/setup_irods.py index 4e725f9304..32cee16de3 100755 --- a/scripts/setup_irods.py +++ b/scripts/setup_irods.py @@ -461,7 +461,6 @@ def setup_client_environment(irods_config): print('\n', end='') - # TODO Document changing the schema version here when any of the json schemas are changed. service_account_dict = { 'schema_name': 'service_account_environment', 'schema_version': 'v5',