Salome HOME
Re-JPA : annulation ouverture fichier
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 7 Jan 2019 13:02:33 +0000 (14:02 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 7 Jan 2019 13:02:33 +0000 (14:02 +0100)
InterfaceQT4/viewManager.py

index 0050a29420b4c98d9e33917b41e46e17a66d8467..22de6587e14341af5c58b14e79f26063285eb06c 100644 (file)
@@ -76,6 +76,7 @@ class MyViewManager(object):
                         self.appliEficas.maConfiguration.savedir,
                          extensions)
             fichier=fichier[0]
+       if len(fichier) == 0: return None
        fichier = os.path.abspath(six.text_type(fichier))
        ulfile = os.path.abspath(six.text_type(fichier))
        self.appliEficas.maConfiguration.savedir=os.path.split(ulfile)[0]