Skip to content

Add automated BagIt transfer tool for batch processing #34

Add automated BagIt transfer tool for batch processing

Add automated BagIt transfer tool for batch processing #34

Re-run triggered September 16, 2025 20:47
Status Failure
Total duration 16s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (F541): auto_bagit_transfer/auto_bagit_transfer.py#L442
auto_bagit_transfer/auto_bagit_transfer.py:442:21: F541 f-string without any placeholders
Ruff (F841): auto_bagit_transfer/auto_bagit_transfer.py#L264
auto_bagit_transfer/auto_bagit_transfer.py:264:9: F841 Local variable `bag` is assigned to but never used
Ruff (F841): auto_bagit_transfer/auto_bagit_transfer.py#L191
auto_bagit_transfer/auto_bagit_transfer.py:191:9: F841 Local variable `bag` is assigned to but never used
Ruff (E722): auto_bagit_transfer/auto_bagit_transfer.py#L158
auto_bagit_transfer/auto_bagit_transfer.py:158:5: E722 Do not use bare `except`
Ruff (F401): auto_bagit_transfer/auto_bagit_transfer.py#L43
auto_bagit_transfer/auto_bagit_transfer.py:43:16: F401 `bagit` imported but unused; consider using `importlib.util.find_spec` to test for availability