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
FSL
melview
Commits
5c95d795
Commit
5c95d795
authored
Apr 11, 2014
by
David Flitney
Browse files
Reassigning the old directory path caused an infinite re-trigger of the event handler.
parent
f3977763
Changes
1
Hide whitespace changes
Inline
Side-by-side
melview/melodic_traits.py
View file @
5c95d795
...
@@ -583,7 +583,7 @@ class MelodicWindow(HasTraits):
...
@@ -583,7 +583,7 @@ class MelodicWindow(HasTraits):
{1}
{1}
"""
.
format
(
path
,
e
),
"""
.
format
(
path
,
e
),
title
=
"Melodic dir error"
)
title
=
"Melodic dir error"
)
self
.
dirpath
=
oldpath
#
self.dirpath=oldpath
def
reset_lut
(
self
):
def
reset_lut
(
self
):
ic
=
self
.
ic_selected
ic
=
self
.
ic_selected
...
...
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