myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2805] trunk/lib/rest.rb: changed error message t


From: noreply
Subject: [myexperiment-hackers] [2805] trunk/lib/rest.rb: changed error message text for failed workflow processor metadata extraction in the API
Date: Tue, 15 Nov 2011 09:32:27 -0500 (EST)

Revision
2805
Author
dgc
Date
2011-11-15 09:32:27 -0500 (Tue, 15 Nov 2011)

Log Message

changed error message text for failed workflow processor metadata extraction in the API

Modified Paths

Diff

Modified: trunk/lib/rest.rb (2804 => 2805)


--- trunk/lib/rest.rb	2011-11-15 14:27:56 UTC (rev 2804)
+++ trunk/lib/rest.rb	2011-11-15 14:32:27 UTC (rev 2805)
@@ -987,7 +987,7 @@
       end
 
     rescue
-      return rest_response(500, :reason => "Unable to extract metadata from workflow")
+      return rest_response(500, :reason => "Unable to extract metadata")
     end
 
     success = if (action == 'create' and opts[:query]['id'])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]