This commit is contained in:
Ines Montani 2020-06-30 12:59:13 +02:00
parent 5f325b602b
commit 7584fdafec

View File

@ -925,7 +925,7 @@ def from_disk(path, readers, exclude):
# Split to support file names like meta.json
if key.split(".")[0] not in exclude:
reader(path / key)
return
return path
def split_command(command):