This commit is contained in:
cvw 2013-06-05 10:52:40 +00:00
parent e79c5fa3c5
commit 254a8bdcef

View File

@ -68,7 +68,7 @@ class MGCleanerMonViewText(Ui_ViewExe, QDialog):
else: else:
cmds+="# $DISTENE_PATH_FOR_MGCLEANER NOT SET\n" cmds+="# $DISTENE_PATH_FOR_MGCLEANER NOT SET\n"
#cmds+='env\n' #cmds+='env\n'
cmds+='rm -f /tmp/ForMGCleaner*fix.mesh\n' cmds+='rm -f '+self.parent().fichierOut+'\n'
cmds+=txt+'\n' cmds+=txt+'\n'
cmds+='echo END_OF_MGCleaner\n' cmds+='echo END_OF_MGCleaner\n'
pid=self.monExe.pid() pid=self.monExe.pid()