mailr21826 - /trunk/lib/spectrum/nmrpipe.py


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

Header


Content

Posted by tlinnet on December 06, 2013 - 12:12:
Author: tlinnet
Date: Fri Dec  6 12:12:43 2013
New Revision: 21826

URL: http://svn.gna.org/viewcvs/relax?rev=21826&view=rev
Log:
Expanded the warning message for a systemtest.

Work in progress for Support Request #3044, 
(https://gna.org/support/index.php?3044) - Load spins from SPARKY list.

Modified:
    trunk/lib/spectrum/nmrpipe.py

Modified: trunk/lib/spectrum/nmrpipe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/spectrum/nmrpipe.py?rev=21826&r1=21825&r2=21826&view=diff
==============================================================================
--- trunk/lib/spectrum/nmrpipe.py (original)
+++ trunk/lib/spectrum/nmrpipe.py Fri Dec  6 12:12:43 2013
@@ -127,7 +127,7 @@
         try:
             res_name1 = row1[-4]
         except:
-            warn(RelaxWarning("Improperly formatted NMRPipe SeriesTab file, 
cannot process the residue name for dimension 1 in assignment: %s." % 
line[0]))
+            warn(RelaxWarning("Improperly formatted NMRPipe SeriesTab file, 
cannot process the residue name for dimension 1 in assignment: %s. Setting 
residue name to None." % line[0]))
             res_name1 = None
 
         # The residue name for dimension 2.




Related Messages


Powered by MHonArc, Updated Fri Dec 06 13:40:01 2013