Skip to content

Commit

Permalink
fixup!: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 7, 2021
1 parent b8170f5 commit 2478c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/search_files.py
Expand Up @@ -7,6 +7,7 @@

import argparse
import utils
import sys

def DoMain(args = []):
parser = argparse.ArgumentParser(
Expand All @@ -18,5 +19,6 @@ def DoMain(args = []):
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 2478c47

Please sign in to comment.