Skip to content

Commit

Permalink
Search for .py files, in addition to .cs, .swift, .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Aug 8, 2019
1 parent 5a9a5a5 commit 228a742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
SOURCE_FILE_EXTENSIONS = [
"swift",
"txt",
"cs"
"cs",
"py"
]

class Processor(object):
Expand Down

0 comments on commit 228a742

Please sign in to comment.