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_r264073296
##########
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:
> Can you remove the extra whitespace at the end of this line?
hi , I resubmitted and modified some test cases. Please review again, thank
you very much.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services