hiSandog commented on PR #10487:
URL: 
https://github.com/apache/dolphinscheduler/pull/10487#issuecomment-1159313656

   > instead of using
   > 
   > ```python
   > test_task = Python(
   >         name="测试任务",
   >         resource_list=[{"resourceName": "/abce/aa.py"}, {"resourceName": 
"/abce/bb.py"}],
   >         code=base_info_py_code
   >     )
   > ```
   > 
   > I think maybe use
   > 
   > ```python
   > test_task = Python(
   >         name="测试任务",
   >         resource_list=[{"resourceName": "/abce/aa.py"}, {"resourceName": 
"/abce/bb.py"}],
   >         code=base_info_py_code
   >     )
   > ```
   > 
   > is better
   
   These two pieces of code look the same.I'm a little confused about what you 
mean @zhongjiajie 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to