Skip to content

Enable investigators to leverage cross-core SPARC functionality programmatically #138

Enable investigators to leverage cross-core SPARC functionality programmatically

Enable investigators to leverage cross-core SPARC functionality programmatically #138

Triggered via pull request August 11, 2023 00:17
Status Success
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

black-action.yml

on: pull_request
runner / black
26s
runner / black
Fit to window
Zoom out
Zoom in

Annotations

1 warning
runner / black: src/sparc/client/zinchelper.py#L212
[blackfmt] reported by reviewdog 🐶 Raw Output: src/sparc/client/zinchelper.py:212:- return f"The data file {input_data_file_name} doesn't have any groups, " \ src/sparc/client/zinchelper.py:213:- f"therefore this data file is not suitable for mapping." src/sparc/client/zinchelper.py:212:+ return ( src/sparc/client/zinchelper.py:213:+ f"The data file {input_data_file_name} doesn't have any groups, " src/sparc/client/zinchelper.py:214:+ f"therefore this data file is not suitable for mapping." src/sparc/client/zinchelper.py:215:+ )