You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/09/16 06:43:37 UTC

[GitHub] [incubator-dolphinscheduler] lgcareer commented on issue #2769: 1.3.0 python task bug

lgcareer commented on issue #2769:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2769#issuecomment-693207594


   @feiyalun Hi,Whether the question you said above resolved,I tested on the 1.3.2 branch and it is successful.
   The python scirpt is the following.
   ```
   import os
   return_code=os.system('cd /usr/local')
   print 'return_code=',return_code
   if return_code!=0: exit(1)#异常退出
   ```


----------------------------------------------------------------
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