Kaynağa Gözat

pythonize error message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43440 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 yıl önce
ebeveyn
işleme
963da57844
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/v.db.univar/v.db.univar.py

+ 1 - 1
scripts/v.db.univar/v.db.univar.py

@@ -142,7 +142,7 @@ def main():
     # check if result is empty
     tmpf = file(tmp)
     if tmpf.read(1) == '':
-        grass.fatal(_("Table <%s> contains no data."), table)
+        grass.fatal(_("Table <%s> contains no data.") % table)
         tmpf.close()
 
     # calculate statistics