mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-16 16:30:36 +05:00
avoid tabulation
This commit is contained in:
parent
adfe3931a8
commit
141ed3ba98
@ -66,7 +66,7 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
|
||||
except Exception:
|
||||
QMessageBox.warning( self, "Help unavailable", str(maDoc) + " not found")
|
||||
command="xdg-open "+maDoc+";"
|
||||
subprocess.call(command, shell=True)
|
||||
subprocess.call(command, shell=True) #
|
||||
|
||||
|
||||
def PBOKPressed(self):
|
||||
|
Loading…
Reference in New Issue
Block a user