Skip to content

Commit 47e4abf

Browse files
committed
Merge branch 'dev' into release-candidate
2 parents a62d3cb + 9451ab1 commit 47e4abf

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)