Skip to content

Commit

Permalink
Replace source_custom_config_cellfinder with newer function (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Apr 12, 2024
1 parent 72eb628 commit c6d7070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brainglobe_workflows/brainmapper/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
download_directory_parser,
model_parser,
)
from cellfinder.core.tools.source_files import source_custom_config_cellfinder
from cellfinder.core.tools.source_files import user_specific_configuration_path

from brainglobe_workflows import __version__

Expand Down Expand Up @@ -388,7 +388,7 @@ def config_parse(parser):
"--config",
dest="registration_config",
type=str,
default=source_custom_config_cellfinder(),
default=user_specific_configuration_path(),
help="To supply your own, custom configuration file.",
)

Expand Down

0 comments on commit c6d7070

Please sign in to comment.