mailr16070 - /branches/uf_redesign/user_functions/palmer.py


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

Header


Content

Posted by edward on May 07, 2012 - 19:52:
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




Related Messages


Powered by MHonArc, Updated Mon May 07 20:00:02 2012