diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-30 17:28:18 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-30 17:28:18 +0200 | 
| commit | d0965fd0b03d62dee17312454a87c7ba2e0ae363 (patch) | |
| tree | a77846c9754e76d730b532325beb0341a8c2a305 /archaeological_operations/import_from_csv.py | |
| parent | eadca6ca09b823da4596b7b904420e6314383b50 (diff) | |
| download | Ishtar-d0965fd0b03d62dee17312454a87c7ba2e0ae363.tar.bz2 Ishtar-d0965fd0b03d62dee17312454a87c7ba2e0ae363.zip  | |
Remove irrevelant "raise"
Diffstat (limited to 'archaeological_operations/import_from_csv.py')
| -rw-r--r-- | archaeological_operations/import_from_csv.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/import_from_csv.py b/archaeological_operations/import_from_csv.py index 97d60e67c..b2f3e1578 100644 --- a/archaeological_operations/import_from_csv.py +++ b/archaeological_operations/import_from_csv.py @@ -663,7 +663,6 @@ def import_operations_csv(values, col_defs=OPE_COLS, update=True, person=None,                      setattr(obj, k, default[k])                  obj.save()          ope_postimportfix(op, args) -        raise          #transaction.commit()      errors = []  | 
