commit/galaxy-central: dannon: Temporarily disable database_connection in metadata.py until a better solution is found
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/02822f28dc93/ Changeset: 02822f28dc93 User: dannon Date: 2013-05-05 17:05:50 Summary: Temporarily disable database_connection in metadata.py until a better solution is found Affected #: 1 file diff -r c823b1404fea2350d9c0b2d0ebc4965d7f9ffcb8 -r 02822f28dc93348264a18f9f30abfedb53b80728 lib/galaxy/datatypes/metadata.py --- a/lib/galaxy/datatypes/metadata.py +++ b/lib/galaxy/datatypes/metadata.py @@ -28,7 +28,7 @@ STATEMENTS = "__galaxy_statements__" #this is the name of the property in a Datatype class where new metadata spec element Statements are stored -DATABASE_CONNECTION_AVAILABLE = True #When False, certain metadata parameter types (see FileParameter) will behave differently +DATABASE_CONNECTION_AVAILABLE = False #When False, certain metadata parameter types (see FileParameter) will behave differently class Statement( object ): """ Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org