Skip to content

Commit 0c33962

Browse files
committed
Removed hardcoded legacy junk
1 parent 0431aff commit 0c33962

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

codespell.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
from comment_parser import comment_parser
1515

1616

17-
image_h = '/Users/dchen/SimpleITK/Code/Common/include/sitkImage.h'
18-
19-
2017
def splitCamelCase(word):
2118

2219
result = []
@@ -226,7 +223,7 @@ def main():
226223
if len(args.filenames):
227224
file_list = args.filenames
228225
else:
229-
file_list.append(image_h)
226+
sys.exit(0)
230227

231228
prefixes = ['sitk', 'itk', 'vtk'] + args.prefixes
232229

0 commit comments

Comments
 (0)