Changeset 4412


Ignore:
Timestamp:
Apr 23, 2007, 11:58:45 AM (18 years ago)
Author:
nick
Message:

small change to screen_catcher

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4396 r4412  
    560560 
    561561        if exists(self.filename)is True:
     562            print'Old existing file "%s" has been deleted' %(self.filename)
    562563            remove(self.filename)
    563             print'Old existing file "%s" has been deleted' %(self.filename)
    564564
    565565    def write(self, stuff):
Note: See TracChangeset for help on using the changeset viewer.