fix: lint error

This commit is contained in:
Boris Arzentar 2025-11-26 12:43:57 +01:00
parent 2f06c3a97e
commit ca271c5dbb
No known key found for this signature in database
GPG key ID: D5CC274C784807B7

View file

@ -621,7 +621,7 @@ def start_ui(
if nvm_path.exists():
# Use bash to source nvm and run npm
process = subprocess.Popen(
["bash", "-c", f"source ~/.nvm/nvm.sh 2>/dev/null && npm run dev"],
["bash", "-c", "source ~/.nvm/nvm.sh 2>/dev/null && npm run dev"],
cwd=frontend_path,
env=env,
stdout=subprocess.PIPE,