Skip to content

Commit

Permalink
fixup!: update tools/search_files.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
himself65 and targos authored Jul 7, 2021
1 parent 842c8a9 commit b8170f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/search_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ def DoMain(args = []):
parser.add_argument('directory', help='input directory')
options = parser.parse_args(args)
return '\n'.join(utils.SearchFiles(options.directory, options.ext))

if __name__ == '__main__':
DoMain(sys.argv[1:])

0 comments on commit b8170f5

Please sign in to comment.