Changeset 1825


Ignore:
Timestamp:
Sep 13, 2005, 11:21:00 AM (19 years ago)
Author:
ole
Message:

Typo in boundary_stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/domain.py

    r1824 r1825  
    363363
    364364        msg = 'Keyword argument quantities must be either None, '
    365         msg += 'string or list. I got %s' %str(quantitites)   
     365        msg += 'string or list. I got %s' %str(quantities)   
    366366        assert type(quantities) == types.ListType, msg
    367367           
    368368
    369         if tag is None:
     369        if tags is None:
    370370            tags = self.get_boundary_tags()
    371371        elif type(tags) == types.StringType:
     
    373373
    374374        msg = 'Keyword argument tags must be either None, '
    375         msg += 'string or list. I got %s' %str(quantitites)   
     375        msg += 'string or list. I got %s' %str(tags)   
    376376        assert type(tags) == types.ListType, msg           
    377377
Note: See TracChangeset for help on using the changeset viewer.