chetanmeh commented on a change in pull request #3945: Treat action code as 
attachments
URL: 
https://github.com/apache/incubator-openwhisk/pull/3945#discussion_r208257099
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/Exec.scala
 ##########
 @@ -300,33 +300,28 @@ protected[core] object Exec extends ArgNormalizer[Exec] 
with DefaultJsonProtocol
             case None    => throw new DeserializationException(s"kind '$kind' 
not in $runtimes")
           }
 
+          manifest.attached.map { _ =>
+            }
+
 
 Review comment:
   Aah ... missed checking prior to push. Fixed it now

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to