Skip to content

Commit

Permalink
Don't store result if no work to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jan 25, 2025
1 parent 7af50c1 commit 3567af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobuild/tasks_bo.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ async def check_for_updates(
pass
else:
logger.info("no further work to be done")
return
raise NoResultError

started_updating = True
build_state = TaskBuildState(BuildState.SYNCING)
Expand Down

0 comments on commit 3567af2

Please sign in to comment.