File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ def _interactive_setup_for_clear(self):
433433 )
434434
435435 self .args .os = click .prompt (
436- "On which target OS was it deployed?" ,
437- type = click .Choice (self .config .get ("supported_os" )),
438- default = self .config .get ("default_os" ),
439- )
436+ "On which target OS was it deployed?" ,
437+ type = click .Choice (self .config .get ("supported_os" )),
438+ default = self .config .get ("default_os" ),
439+ )
440440 if self .args .deploy_mode == "docker" :
441441 self .args .device = click .prompt (
442442 "On which target device was it deployed?" ,
@@ -446,7 +446,7 @@ def _interactive_setup_for_clear(self):
446446 # Set project name for clearing
447447 self .project_name = f"{ self .example_name .lower ().replace (' ' , '' )} -{ self .args .device } "
448448 else :
449-
449+
450450 self .args .device = self .config .get ("default_device" )
451451
452452 if self .args .deploy_mode == "k8s" :
You can’t perform that action at this time.
0 commit comments