diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
| -rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index bd5bf63341..b7c674a076 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
| @@ -910,7 +910,7 @@ def _get_dir_entries(build_id, target_id, start): | |||
| 910 | response.append(entry) | 910 | response.append(entry) |
| 911 | 911 | ||
| 912 | except Exception as e: | 912 | except Exception as e: |
| 913 | print "Exception ", e | 913 | print("Exception ", e) |
| 914 | traceback.print_exc(e) | 914 | traceback.print_exc(e) |
| 915 | 915 | ||
| 916 | # sort by directories first, then by name | 916 | # sort by directories first, then by name |
