We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0431aff + 0c33962 commit bdb9b43Copy full SHA for bdb9b43
1 file changed
codespell.py
@@ -14,9 +14,6 @@
14
from comment_parser import comment_parser
15
16
17
-image_h = '/Users/dchen/SimpleITK/Code/Common/include/sitkImage.h'
18
-
19
20
def splitCamelCase(word):
21
22
result = []
@@ -226,7 +223,7 @@ def main():
226
223
if len(args.filenames):
227
224
file_list = args.filenames
228
225
else:
229
- file_list.append(image_h)
+ sys.exit(0)
230
231
prefixes = ['sitk', 'itk', 'vtk'] + args.prefixes
232
0 commit comments