Skip to content

Commit a44cc02

Browse files
committed
end of line correction
1 parent aacc321 commit a44cc02

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

examples/apps/ct_bone_seg_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if sys.path and os.path.abspath(sys.path[0]) != _current_dir:
66
sys.path.insert(0, _current_dir)
77

8-
del _current_dir
8+
del _current_dir

examples/apps/ct_bone_seg_app/ct_bone_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def compute(self, op_input: InputContext, op_output: OutputContext, context: Exe
4545
os.remove(inputrawfile)
4646

4747
if status != 0:
48-
raise("Bone segmentation failed")
48+
raise("Bone segmentation failed")

examples/apps/ct_bone_seg_app/dicom_to_mhd.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@ def compute(self, op_input: InputContext, op_output: OutputContext, context: Exe
5050
raise IOError('Unsupported extension')
5151
else:
5252
raise IOError('Invalid input path')
53-
54-
55-

0 commit comments

Comments
 (0)