Skip to content

Commit

Permalink
Merge branch 'release-candidate' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Jun 26, 2023
2 parents 83761e3 + 47e4abf commit b3ec82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4.1
0.2.4.2
2 changes: 1 addition & 1 deletion ufbt/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def _func(self, args) -> int:
if current_task.mode:
task_to_deploy = current_task
# No previous state, use default hw target
if not task_to_deploy.hw_target:
if task_to_deploy and not task_to_deploy.hw_target:
task_to_deploy.hw_target = SdkDeployTask.DEFAULT_HW_TARGET
else:
log.warn("No previous SDK state was found, fetching latest release")
Expand Down

0 comments on commit b3ec82a

Please sign in to comment.