Skip to content

Commit 1ccddd8

Browse files
authored
Merge pull request #988 from EmmaRenauld/fix_wrong_imports_legacy
Fix wrong import in legacy file
2 parents ffb449f + 0814aa0 commit 1ccddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/legacy/scil_recognize_single_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
from scilpy.io.deprecator import deprecate_script
5-
from scilpy.scripts.scil_tractogram_segment_one_bundle import main as new_main
5+
from scripts.scil_tractogram_segment_one_bundle import main as new_main
66

77

88
DEPRECATION_MSG = """

0 commit comments

Comments
 (0)