Skip to content

Commit b3ec82a

Browse files
committed
Merge branch 'release-candidate' into release
2 parents 83761e3 + 47e4abf commit b3ec82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4.1
1+
0.2.4.2

ufbt/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def _func(self, args) -> int:
607607
if current_task.mode:
608608
task_to_deploy = current_task
609609
# No previous state, use default hw target
610-
if not task_to_deploy.hw_target:
610+
if task_to_deploy and not task_to_deploy.hw_target:
611611
task_to_deploy.hw_target = SdkDeployTask.DEFAULT_HW_TARGET
612612
else:
613613
log.warn("No previous SDK state was found, fetching latest release")

0 commit comments

Comments
 (0)