From 99d73e03a5a18b2c4559d455a4b9fe5a3ce2cfec Mon Sep 17 00:00:00 2001 From: Ricardo Pedroso Date: Fri, 2 Aug 2013 15:54:48 +0100 Subject: [PATCH] fix typo in dal.py --- gluon/dal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index 677d1139..50ff6656 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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)")