Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 8, 2024
1 parent 5def510 commit f3d23d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcsfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ async def _list_objects(self, path, prefix="", versions=False, **kwargs):
}
for prefix in prefixes
]
breakpoint()
if not (items + pseudodirs):
if key:
return [await self._get_object(path)]
Expand Down

0 comments on commit f3d23d7

Please sign in to comment.