Skip to content

Commit

Permalink
Formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmataKPN committed Jul 16, 2024
1 parent 9b2d0cb commit 7e61de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def abs_browser(
dir_to_process = dir_to_process.rstrip("\\")
for obj in container_client.list_blobs(
name_starts_with=f"{dir_to_process}",
results_per_page=PAGE_SIZE,
results_per_page=PAGE_SIZE
):
abs_path = self.create_abs_path(obj.name)
logger.debug(f"Sampling file: {abs_path}")
Expand Down

0 comments on commit 7e61de6

Please sign in to comment.