add .orf extension and install precommit hook
This commit is contained in:
@ -60,6 +60,6 @@ if __name__ == '__main__':
|
||||
image_dir = Path(image_dir)
|
||||
|
||||
if not extensions:
|
||||
extensions = '*.[pPjJrRhH][nNpPaAeE][gGeEwWiI]*'
|
||||
extensions = '*.[pPjJrRhHoO][nNpPaAeErR][gGeEwWiIfF]*'
|
||||
|
||||
main(image_dir=image_dir, extensions=extensions)
|
||||
|
||||
Reference in New Issue
Block a user