Salome HOME
general crack dialog, another error detection
[modules/smesh.git] / src / Tools / Verima / Base / importFromCSV.py
index 33941eae40f55e1689bfbfad0830228b0b5a0847..afc3503fa7ca995448f3c64544e3e38ab06e0c83 100755 (executable)
@@ -24,6 +24,7 @@ if __name__ == "__main__":
          exit()
 
       maBase=Base(options.database)
+      maBase.create()
       maBase.initialise()
       maBase.importFromCSV(folder,options.partiel,options.force)
       maBase.close()