Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoks
ewoksorange
Commits
f33703ed
Commit
f33703ed
authored
Oct 11, 2021
by
Wout De Nolf
Committed by
Henri Payno
Oct 11, 2021
Browse files
clarify exception message
parent
8747c107
Pipeline
#56410
passed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ewoksorange/ewoks_addon/orangecontrib/ewoks_defaults/__init__.py
View file @
f33703ed
...
...
@@ -36,7 +36,7 @@ def default_owwidget_class(task_class: Task) -> Tuple[OWEwoksBaseWidget, str]:
# Create the widget class
class
DefaultOwWidget
(
OWEwoksWidgetNoThread
,
ewokstaskclass
=
task_class
):
name
=
f
"DefaultOwWidget(
{
task_class
.
__name__
}
)"
description
=
f
"
W
idget is missing for
e
woks task
{
task_class
.
__name__
}
"
description
=
f
"
Orange w
idget is missing for
E
woks task
{
task_class
.
__name__
}
"
want_main_area
=
False
def
__init__
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment