Skip to content

Commit

Permalink
Fix collect_scripts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Feb 25, 2022
1 parent 3dca9b4 commit 981aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import shutil
import sys
from pathlib import Path
from stat import S_IREAD, S_IWUSR, S_IWGRP, S_IRGRP, S_IEXEC
from stat import S_IREAD, S_IWUSR, S_IWGRP, S_IRGRP, S_IEXEC, S_IXGRP

FILE_EXTENSIONS = [".py", ".sh", ".json", ".pl", ".obo", ".txt", ".jar", ".vmoptions"]

Expand Down

0 comments on commit 981aafc

Please sign in to comment.