Skip to content

Commit 2c8cd8b

Browse files
kudjZdenekSrotyr
authored andcommitted
logging libraries
1 parent 666e950 commit 2c8cd8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def _get_sharepoint_folder_id_from_path(self, library_drive_id, folder_path):
235235

236236
def _get_sharepoint_library_id(self, library_name):
237237
libraries = self._get_sharepoint_document_libraries()
238+
logging.debug(f"Found libraries: {libraries}")
238239
library = next((lib for lib in libraries if lib['name'] == library_name), None)
239240
if library is None:
240241
library = next((lib for lib in libraries if lib['webUrl'].split("/")[-1] == library_name), None)

0 commit comments

Comments
 (0)