Skip to content

Commit

Permalink
fix typo in list_background_files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Oct 13, 2023
1 parent c23194f commit 481c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_workflows/cellfinder/cellfinder_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def setup_workflow(input_config_path: Path) -> CellfinderConfig:

# Retrieve and add lists of input data to the config,
# if these are defined yet
if not (config.list_signal_files and config.list_signal_files):
if not (config.list_signal_files and config.list_background_files):
# build fullpaths to inputs
config.signal_dir_path = str(
Path(config.install_path)
Expand Down

0 comments on commit 481c1af

Please sign in to comment.