DImuthuUpe commented on code in PR #90:
URL: https://github.com/apache/airavata-mft/pull/90#discussion_r1112527823
##########
python-cli/mft_cli/airavata_mft_cli/operations.py:
##########
@@ -48,6 +48,8 @@ def fetch_storage_and_secret_ids(storage_name):
raise typer.Abort()
storage = storages.storageList[0]
+ if storage.storageType == 3: #checking if storageID is Local
+ return storage.storageId, ''
Review Comment:
storage.storageType == StorageCommon_pb2.StorageType.LOCAL
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]