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
_______________________________________________
relax (http://www.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