mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +08:00
minor prereq fix
This commit is contained in:
parent
147c8ec66b
commit
2ec0bd17be
@ -1,5 +1,5 @@
|
|||||||
### 1.5.24 (20159)
|
### 1.5.24 (20159)
|
||||||
- Misc bug fixes..
|
- Misc bug fixes.
|
||||||
|
|
||||||
### 1.5.23 (20146)
|
### 1.5.23 (20146)
|
||||||
- Fixed the shebang line in `bombsquad_server` file by using `-S` flag for `/usr/bin/env`.
|
- Fixed the shebang line in `bombsquad_server` file by using `-S` flag for `/usr/bin/env`.
|
||||||
|
|||||||
@ -502,7 +502,7 @@ def checkenv() -> None:
|
|||||||
check=False,
|
check=False,
|
||||||
capture_output=True).returncode != 0:
|
capture_output=True).returncode != 0:
|
||||||
raise RuntimeError(
|
raise RuntimeError(
|
||||||
'pip (for {PYTHON_BIN}) is required; please install it.')
|
f'pip (for {PYTHON_BIN}) is required; please install it.')
|
||||||
|
|
||||||
# Check for some required python modules.
|
# Check for some required python modules.
|
||||||
for req in PIP_REQUIREMENTS:
|
for req in PIP_REQUIREMENTS:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user