chore: make bench_helper executable (#28742)
I need a real entry point that isn't wrapped by bench CLI.
This commit is contained in:
parent
c59933fe70
commit
2295d3108d
1 changed files with 2 additions and 0 deletions
2
frappe/utils/bench_helper.py
Normal file → Executable file
2
frappe/utils/bench_helper.py
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/env python3
|
||||
|
||||
import importlib
|
||||
import json
|
||||
import linecache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue