mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 23:49:47 +08:00
minor prereq fix
This commit is contained in:
parent
147c8ec66b
commit
2ec0bd17be
@ -1,5 +1,5 @@
|
||||
### 1.5.24 (20159)
|
||||
- Misc bug fixes..
|
||||
- Misc bug fixes.
|
||||
|
||||
### 1.5.23 (20146)
|
||||
- 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,
|
||||
capture_output=True).returncode != 0:
|
||||
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.
|
||||
for req in PIP_REQUIREMENTS:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user