mailr8024 - /branches/spectral_errors/generic_fns/grace.py


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

Header


Content

Posted by edward on November 25, 2008 - 15:18:
Author: bugman
Date: Tue Nov 25 15:18:51 2008
New Revision: 8024

URL: http://svn.gna.org/viewcvs/relax?rev=8024&view=rev
Log:
Slight modification to the missing data RelaxWarning message.


Modified:
    branches/spectral_errors/generic_fns/grace.py

Modified: branches/spectral_errors/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/generic_fns/grace.py?rev=8024&r1=8023&r2=8024&view=diff
==============================================================================
--- branches/spectral_errors/generic_fns/grace.py (original)
+++ branches/spectral_errors/generic_fns/grace.py Tue Nov 25 15:18:51 2008
@@ -311,7 +311,7 @@
 
     # No data, so close the empty file and exit.
     if data == None or data == []:
-        warn(RelaxWarning("No data can be found, creating an empty file."))
+        warn(RelaxWarning("No data could be found, creating an empty file."))
         file.close()
         return
 




Related Messages


Powered by MHonArc, Updated Wed Nov 26 11:00:03 2008