summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/widgets.py')
-rw-r--r--bitbake/lib/toaster/toastergui/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/bitbake/lib/toaster/toastergui/widgets.py
index 4276c2aabf..005a5620db 100644
--- a/bitbake/lib/toaster/toastergui/widgets.py
+++ b/bitbake/lib/toaster/toastergui/widgets.py
@@ -219,7 +219,7 @@ class ToasterTable(TemplateView):
219 219
220 try: 220 try:
221 filter_name, action_name = filters.split(':') 221 filter_name, action_name = filters.split(':')
222 action_params = urllib.unquote_plus(filter_value) 222 action_params = unquote_plus(filter_value)
223 except ValueError: 223 except ValueError:
224 return 224 return
225 225