diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hig.py')
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig.py b/bitbake/lib/bb/ui/crumbs/hig.py index 1aa055edff..9927370f91 100644 --- a/bitbake/lib/bb/ui/crumbs/hig.py +++ b/bitbake/lib/bb/ui/crumbs/hig.py | |||
| @@ -735,7 +735,7 @@ class DeployImageDialog (CrumbsDialog): | |||
| 735 | cmdline += "\"sudo dd if=" + self.image_path + " of=" + combo_item + "; bash\"" | 735 | cmdline += "\"sudo dd if=" + self.image_path + " of=" + combo_item + "; bash\"" |
| 736 | subprocess.Popen(args=shlex.split(cmdline)) | 736 | subprocess.Popen(args=shlex.split(cmdline)) |
| 737 | 737 | ||
| 738 | def update_progress_bar(self, title, fraction, status=True): | 738 | def update_progress_bar(self, title, fraction, status=None): |
| 739 | self.progress_bar.update(fraction) | 739 | self.progress_bar.update(fraction) |
| 740 | self.progress_bar.set_title(title) | 740 | self.progress_bar.set_title(title) |
| 741 | self.progress_bar.set_rcstyle(status) | 741 | self.progress_bar.set_rcstyle(status) |
