You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/07 14:37:49 UTC

[GitHub] chetanmeh commented on a change in pull request #3945: Treat action code as attachments

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:
users@infra.apache.org


With regards,
Apache Git Services