Loading app/ADL/client/fs.py +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ class ARMFs(HTTPFileSystem): def __init__(self, username='', password='', block_size=None, cache_type="bytes", cache_options=None, asynchronous=False, loop=None, **storage_options): self.kwargs = storage_options self.auth_data = {} def deny(*args, **kwargs): raise OSError(errno.EROFS) Loading Loading
app/ADL/client/fs.py +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ class ARMFs(HTTPFileSystem): def __init__(self, username='', password='', block_size=None, cache_type="bytes", cache_options=None, asynchronous=False, loop=None, **storage_options): self.kwargs = storage_options self.auth_data = {} def deny(*args, **kwargs): raise OSError(errno.EROFS) Loading