mailr25692 - /trunk/test_suite/shared_data/user_functions/uf_list_1_3.py


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

Header


Content

Posted by edward on September 08, 2014 - 19:01:
Author: bugman
Date: Mon Sep  8 19:01:01 2014
New Revision: 25692

URL: http://svn.gna.org/viewcvs/relax?rev=25692&view=rev
Log:
Fix for the relax 1.3 user function extraction script.


Modified:
    trunk/test_suite/shared_data/user_functions/uf_list_1_3.py

Modified: trunk/test_suite/shared_data/user_functions/uf_list_1_3.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/user_functions/uf_list_1_3.py?rev=25692&r1=25691&r2=25692&view=diff
==============================================================================
--- trunk/test_suite/shared_data/user_functions/uf_list_1_3.py  (original)
+++ trunk/test_suite/shared_data/user_functions/uf_list_1_3.py  Mon Sep  8 
19:01:01 2014
@@ -42,6 +42,9 @@
             # Printout.
             print(name + '.' + name2)
 
+        # Done.
+        continue
+
     # Skip the object if there is no docstring.
     if not hasattr(object, '__doc__') or not object.__doc__:
         continue




Related Messages


Powered by MHonArc, Updated Mon Sep 08 19:20:02 2014