Skip to content

Commit 8207f30

Browse files
committed
Import documents - store unquoted path for later matching with metadata
1 parent 231ea7b commit 8207f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orangecontrib/text/import_documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class UrlReader(Reader, CoreUrlReader):
185185

186186
def __init__(self, path, *args):
187187
CoreUrlReader.__init__(self, path)
188-
Reader.__init__(self, self.filename, *args)
188+
Reader.__init__(self, path, *args)
189189

190190
def read_file(self):
191191
# unquote prevent double quoting when filename is already quoted

0 commit comments

Comments
 (0)