fix typo in dal.py

This commit is contained in:
Ricardo Pedroso
2013-08-02 15:54:48 +01:00
parent eb2c0e6ca1
commit 99d73e03a5
+1 -1
View File
@@ -8073,7 +8073,7 @@ def index():
# skip all non-empty lines
for line in ifile:
if not line.strip():
breal
break
else:
raise RuntimeError("Unable to import table that does not exist.\nTry db.import_from_csv_file(..., map_tablenames={'table':'othertable'},ignore_missing_tables=True)")