Skip to content
Snippets Groups Projects
Commit 54f2f08d authored by stefan's avatar stefan
Browse files

Fix tmalign not found

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2046 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent e2aec8ed
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ class AlignmentContextMenu(QtCore.QObject):
QtCore.QObject.connect(self.action,QtCore.SIGNAL("triggered()"), self.Align)
print gui.ContextActionType.ENTITY | gui.ContextActionType.MULTI
context_menu.AddAction(self.action, gui.ContextActionType.ENTITY | gui.ContextActionType.MULTI)
except FileNotFound:
except settings.FileNotFound:
return
def Align(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment