Skip to content

Commit 5113b76

Browse files
committed
added print statements
1 parent c5284e6 commit 5113b76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

automation_api_scripts/get_folder_resource_details.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# start session
1818
api = CloudShellAPISession(host=server, username=user, password=password, domain=domain)
1919
# resources = api.GetFolderContent(fullPath="mocks/DUT", showAllDomains=True)
20+
21+
print(f"looking for resource availablity in target folder: {TARGET_FOLDER}")
22+
print("=================")
2023
contents = api.GetFolderContent(fullPath=TARGET_FOLDER).ContentArray
2124

2225

0 commit comments

Comments
 (0)