Implement a file handle cache #239
Annotations
4 errors and 11 warnings
Run PyLint:
src/fsspec_xrootd/xrootd.py#L17
Unable to import 'XRootD'
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L18
Unable to import 'XRootD.client.flags'
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L25
Unable to import 'XRootD.client.responses'
|
Run PyLint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L1
Missing module docstring
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L28
Missing class docstring
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L55
Catching too general exception Exception
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L36
Unused argument 'servers'
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L145
Missing class docstring
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L167
Missing function or method docstring
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L194
Missing class docstring
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L194
Method '_cp_file' is abstract in class 'AsyncFileSystem' but is not overridden in child class 'XRootDFileSystem'
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L194
Method '_pipe_file' is abstract in class 'AsyncFileSystem' but is not overridden in child class 'XRootDFileSystem'
|
Run PyLint:
src/fsspec_xrootd/xrootd.py#L194
Method '_put_file' is abstract in class 'AsyncFileSystem' but is not overridden in child class 'XRootDFileSystem'
|
Loading