Author: bugman
Date: Mon May  7 19:52:24 2012
New Revision: 16070

URL: http://svn.gna.org/viewcvs/relax?rev=16070&view=rev
Log:
Fix for the auto-generated palmer.create user function - the spin ID arg can be 
None.


Modified:
    branches/uf_redesign/user_functions/palmer.py

Modified: branches/uf_redesign/user_functions/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/palmer.py?rev=16070&r1=16069&r2=16070&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/palmer.py (original)
+++ branches/uf_redesign/user_functions/palmer.py Mon May  7 19:52:24 2012
@@ -129,7 +129,8 @@
     name = "spin_id",
     py_type = "str",
     desc_short = "spin ID string",
-    desc = "The spin identification string."
+    desc = "The spin identification string.",
+    can_be_none = True
 )
 uf.desc = """
 The following files are created


_______________________________________________
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

Reply via email to