mailr8383 - /branches/bmrb/generic_fns/bmrb.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 11, 2009 - 16:30:
Author: bugman
Date: Sun Jan 11 16:30:33 2009
New Revision: 8383

URL: http://svn.gna.org/viewcvs/relax?rev=8383&view=rev
Log:
Added a printout for the write() function.


Modified:
    branches/bmrb/generic_fns/bmrb.py

Modified: branches/bmrb/generic_fns/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/bmrb.py?rev=8383&r1=8382&r2=8383&view=diff
==============================================================================
--- branches/bmrb/generic_fns/bmrb.py (original)
+++ branches/bmrb/generic_fns/bmrb.py Sun Jan 11 16:30:33 2009
@@ -92,5 +92,8 @@
     if access(file_path, F_OK) and not force:
         raise RelaxFileOverwriteError, (file_path, 'force flag')
 
+    # Print out.
+    print "Opening the file '%s' for writing." % file_path
+
     # Execute the specific BMRB writing code.
     write_function(file_path)




Related Messages


Powered by MHonArc, Updated Sun Jan 11 17:00:03 2009