Skip to content

Commit 40f4fae

Browse files
authored
Merge pull request #46 from cloudera/dev
base path changed for client build
2 parents 68a949e + 238ef61 commit 40f4fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ async def perform_upgrade():
10761076
# 3. Run build_client.sh
10771077
try:
10781078
script_path = "build/build_client.py"
1079-
script_path = path_manager.get_str_path(script_path)
1079+
#script_path = path_manager.get_str_path(script_path)
10801080
subprocess.run(["python", script_path], check=True)
10811081
frontend_rebuilt = True
10821082
messages.append("Frontend rebuilt successfully")

0 commit comments

Comments
 (0)