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)
_______________________________________________
relax (http://nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits