From aa820cd99372b492eec0a42d609c84c68870bfb5 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 29 Oct 2007 12:45:14 +0000 Subject: [PATCH] prise en compte de la ligne de commande --- InterfaceQT/eficas_go.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT/eficas_go.py b/InterfaceQT/eficas_go.py index e2d29990..daaf8bf7 100644 --- a/InterfaceQT/eficas_go.py +++ b/InterfaceQT/eficas_go.py @@ -53,8 +53,8 @@ def lance_eficas(code=None,fichier=None): mw = qtEficas.Appli(code=code) app.setMainWidget(mw) app.connect(app, SIGNAL("lastWindowClosed()"), app, SLOT("quit()")) - if fichier != None : mw.ouvreFichiers() mw.show() + mw.ouvreFichiers() res = app.exec_loop() sys.exit(res) -- 2.39.2