rhtyd commented on a change in pull request #2576: Fix Python code checkstyle 
execute by "systemvm\test\runtests.sh"
URL: https://github.com/apache/cloudstack/pull/2576#discussion_r181974168
 
 

 ##########
 File path: systemvm/test/runtests.sh
 ##########
 @@ -21,9 +21,9 @@
 export PYTHONPATH="../debian/opt/cloud/bin/"
 export PYTHONDONTWRITEBYTECODE=False
 
-echo "Running pep8 to check systemvm/python code for errors"
-pep8 --max-line-length=179 *py
-pep8 --max-line-length=179 
--exclude=monitorServices.py,baremetal-vr.py,passwd_server_ip.py `find 
../debian -name \*.py`
+echo "Running pycodestyle to check systemvm/python code for errors"
+pycodestyle --max-line-length=179 *py
 
 Review comment:
   @rafaelweingartner Why not retain using pep8?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to