Skip to content

Commit e2dd17f

Browse files
committed
ENH: By default, search files in current directory
1 parent 775776e commit e2dd17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def main():
290290
if len(args.filenames):
291291
file_list = args.filenames
292292
else:
293-
sys.exit(0)
293+
file_list = ['.']
294294

295295
prefixes = ['sitk', 'itk', 'vtk'] + args.prefixes
296296

0 commit comments

Comments
 (0)