Skip to content

Commit

Permalink
Merge pull request #988 from EmmaRenauld/fix_wrong_imports_legacy
Browse files Browse the repository at this point in the history
Fix wrong import in legacy file
  • Loading branch information
arnaudbore authored May 7, 2024
2 parents ffb449f + 0814aa0 commit 1ccddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/legacy/scil_recognize_single_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

from scilpy.io.deprecator import deprecate_script
from scilpy.scripts.scil_tractogram_segment_one_bundle import main as new_main
from scripts.scil_tractogram_segment_one_bundle import main as new_main


DEPRECATION_MSG = """
Expand Down

0 comments on commit 1ccddd8

Please sign in to comment.