Salome HOME
Numéro du cas
[modules/smesh.git] / src / Tools / YamsPlug / monYamsPlugDialog.py
index 01ecff0639af2a20660f00ba407db97d7431b14c..63efd6c2d58d54f4497dbceb3328ea590918dee4 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2020  EDF R&D
+# Copyright (C) 2007-2021  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -336,7 +336,7 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
     for slig in reversed(text.split(separator)):
       lig=slig.strip()
       #print "load ResumeData",lig
-      if lig=="": continue #skip blanck lines
+      if lig=="": continue #skip blank lines
       if lig[0]=="#": break
       try:
         tit,value=lig.split("=")