Code review comment for lp:~mikel-martin/purchase-wkfl/6.1-purchase_landed_costs

Revision history for this message
Sandy Carter (http://www.savoirfairelinux.com) (sandy-carter) wrote :

Still about 38 PEP8 errors, run the following command to see them all.
$ find purchase_landed_costs/ -name \*.py -exec pep8-python2 --show-source --ignore E501 {} \;
or
$ pep8-python2 --show-source --ignore E501 purchase_landed_costs/purchase.py
$ pep8-python2 --show-source --ignore E501 purchase_landed_costs/stock.py

review: Needs Fixing

« Back to merge proposal