Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
c2fdaaec
Commit
c2fdaaec
authored
Jun 20, 2017
by
Stefan Tauner
Browse files
FIJISettingsViewer: log problem of no netlist at net selection only once
parent
6a69121b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
c2fdaaec
...
...
@@ -591,7 +591,6 @@ sub _populate_widget {
my
$rv
=
$self
->
_select_net_dialog
(
$netname
,"
Select Net for
$k
");
if
(
defined
$rv
)
{
$logger
->
warn
(
$rv
);
$logger
->
error
(
$rv
);
my
$warn_dialog
=
$self
->
{'
mw
'}
->
FIJIModalDialog
(
-
image
=>
Tk::FIJIUtils::
alert_image
(
$self
->
{'
mw
'}),
-
wraplength
=>
$self
->
screenwidth
,
...
...
@@ -1449,7 +1448,6 @@ sub validate_all_drivers {
for
(
my
$i
=
0
;
$i
<
@
{
$self
->
{'
settings
'}
->
{'
fius
'}}
;
$i
++
)
{
my
$msg
=
_validate_single_fiu_driver
(
$self
,
$i
);
$rv
.=
$msg
if
defined
$msg
;
# return $rv if (defined $rv);
}
return
$rv
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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