Skip to content

Commit e07bb35

Browse files
committed
Better error message
1 parent da3bba2 commit e07bb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/tasks/deploy_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def deploy_frame_task(ctx: dict[str, Any], id: int):
3232

3333
try:
3434
if not frame.scenes or len(frame.scenes) == 0:
35-
raise Exception("You must have at least one installed scene to deploy.")
35+
raise Exception("You must have at least one installed scene to deploy. Make sure to press the \"Save\" button as well.")
3636

3737
if frame.status == 'deploying':
3838
raise Exception("Already deploying. Request again to force redeploy.")

0 commit comments

Comments
 (0)