We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68a949e + 238ef61 commit 40f4faeCopy full SHA for 40f4fae
app/main.py
@@ -1076,7 +1076,7 @@ async def perform_upgrade():
1076
# 3. Run build_client.sh
1077
try:
1078
script_path = "build/build_client.py"
1079
- script_path = path_manager.get_str_path(script_path)
+ #script_path = path_manager.get_str_path(script_path)
1080
subprocess.run(["python", script_path], check=True)
1081
frontend_rebuilt = True
1082
messages.append("Frontend rebuilt successfully")
0 commit comments