diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-11-28 12:52:03 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-11-28 12:52:03 -0800 |
commit | ee06ad1eb9437d1db989076ca61ed0e4573244ec (patch) | |
tree | ebe51c26bf69183feefbd7cf919827be9274581d /grc/gui/Param.py | |
parent | 27e8311d8b6bf88c8b46461abe6de8d222e2ee25 (diff) | |
parent | dcc09deb064453f4add1ece3502ee99f12f3cb25 (diff) |
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Diffstat (limited to 'grc/gui/Param.py')
-rw-r--r-- | grc/gui/Param.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/gui/Param.py b/grc/gui/Param.py index 5f83689023..515c345a73 100644 --- a/grc/gui/Param.py +++ b/grc/gui/Param.py @@ -221,8 +221,6 @@ class PythonEditorParam(InputParam): self.pack_start(button, True) def open_editor(self, widget=None): - if not os.path.exists(Constants.EDITOR): - Dialogs.ChooseEditorDialog() flowgraph = self.param.get_parent().get_parent() flowgraph.install_external_editor(self.param) |