We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dca9b4 commit 981aafcCopy full SHA for 981aafc
collect_scripts.py
@@ -18,7 +18,7 @@
18
import shutil
19
import sys
20
from pathlib import Path
21
-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
22
23
FILE_EXTENSIONS = [".py", ".sh", ".json", ".pl", ".obo", ".txt", ".jar", ".vmoptions"]
24
0 commit comments