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 2019/03/08 17:50:33 UTC

[GitHub] [incubator-openwhisk-runtime-python] silvasong commented on a change in pull request #54: move global variables initialized to init

silvasong commented on a change in pull request #54: move global variables initialized to init
URL: https://github.com/apache/incubator-openwhisk-runtime-python/pull/54#discussion_r263868144
 
 

 ##########
 File path: core/pythonAction/pythonrunner.py
 ##########
 @@ -55,7 +55,7 @@ def build(self, message):
 
         try:
             filename = os.path.basename(self.source)
-            self.fn = compile(code, filename=filename, mode='exec')
+            self.fn = compile(code, filename=filename, mode='exec')            
 
 Review comment:
   oh! thx

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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