Changeset 425

Show
Ignore:
Timestamp:
07/20/08 20:31:25 (1 month ago)
Author:
apdavison
Message:

Fixed typo in nest2.Recorder.write() (see ticket #107). Note: need to write some unit tests to test the compatible_output=False case.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/nest2/__init__.py

    r424 r425  
    175175                                              self.population, get_time_step()) 
    176176        else: 
    177             if isinstance(userfile, basestring): 
     177            if isinstance(user_file, basestring): 
    178178                os.system('cat %s > %s' % (nest_filename, user_file)) 
    179179            elif hasattr(user_file, 'write'):