[hg] galaxy 1636: bugfix to last commit
details: http://www.bx.psu.edu/hg/galaxy/rev/8412e0cbe7f0 changeset: 1636:8412e0cbe7f0 user: James Taylor <james@jamestaylor.org> date: Tue Nov 18 16:04:41 2008 -0500 description: bugfix to last commit 1 file(s) affected in this change: lib/galaxy/model/custom_types.py diffs (13 lines): diff -r 2302d3914843 -r 8412e0cbe7f0 lib/galaxy/model/custom_types.py --- a/lib/galaxy/model/custom_types.py Tue Nov 18 15:47:13 2008 -0500 +++ b/lib/galaxy/model/custom_types.py Tue Nov 18 16:04:41 2008 -0500 @@ -32,6 +32,9 @@ def compare_values( self, x, y ): return json_encoder.encode( x ) == json_encoder.encode( y ) + + def is_mutable( self ): + return True metadata_pickler = AliasPickleModule( { ( "cookbook.patterns", "Bunch" ) : ( "galaxy.util.bunch" , "Bunch" )
participants (1)
-
Greg Von Kuster