Skip to content

Commit 981aafc

Browse files
authored
Fix collect_scripts.py
1 parent 3dca9b4 commit 981aafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import shutil
1919
import sys
2020
from pathlib import Path
21-
from stat import S_IREAD, S_IWUSR, S_IWGRP, S_IRGRP, S_IEXEC
21+
from stat import S_IREAD, S_IWUSR, S_IWGRP, S_IRGRP, S_IEXEC, S_IXGRP
2222

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

0 commit comments

Comments
 (0)