| 123456789101112131415161718192021222324 |
- {
- "permissions": {
- "allow": [
- "Bash(python -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
- "Bash(python -c \"import xlwt; print\\(''xlwt ok''\\)\")",
- "Bash(where py)",
- "Bash(py --version)",
- "Bash(py -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
- "Bash(py gen_testcase.py)",
- "Bash(py -c \":*)",
- "Bash(py -3 gen_testcase.py)",
- "Bash(py -X utf8 gen_testcase.py)",
- "Bash(pip install xlwt -q)",
- "Bash(python3 -c \"import xlwt; print\\(''xlwt ok''\\)\")",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import xlwt; print\\(''xlwt ok''\\)\")",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe gen_test_case.py)",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \":*)",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe fix_quotes.py)",
- "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import xlwt; r = xlwt.Workbook\\(\\).add_sheet\\(''t''\\).row\\(0\\); print\\(dir\\(r\\)\\)\")"
- ]
- }
- }
|