diff options
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig/propertydialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py b/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py index f4cf9a67d0..1e7f5c95d5 100644 --- a/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py +++ b/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py | |||
| @@ -198,7 +198,7 @@ class PropertyDialog(CrumbsDialog): | |||
| 198 | col1.set_cell_data_func(self.cell1, self.regex_field) | 198 | col1.set_cell_data_func(self.cell1, self.regex_field) |
| 199 | self.sstatemirrors_tv.append_column(col1) | 199 | self.sstatemirrors_tv.append_column(col1) |
| 200 | 200 | ||
| 201 | for items in file_list.split(']]'): | 201 | for items in file_list.split(']'): |
| 202 | if len(items) > 1: | 202 | if len(items) > 1: |
| 203 | paths_temp = items.split(":")[0] | 203 | paths_temp = items.split(":")[0] |
| 204 | paths_binb.append(paths_temp.strip(" ,'")) | 204 | paths_binb.append(paths_temp.strip(" ,'")) |
