Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit e97ec9f

Browse files
committed
Fixed s3 path with spaces problem
1 parent 78f2895 commit e97ec9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tabulator/loaders/aws.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ def attach_stats(self, stats):
4343

4444
def load(self, source, mode='t', encoding=None):
4545

46-
# Prepare source
47-
source = helpers.requote_uri(source)
48-
4946
# Prepare bytes
5047
try:
5148
parts = urlparse(source, allow_fragments=False)

0 commit comments

Comments
 (0)