You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- pylint letsacme.py ;if [[ ! $? -eq 1 ]]; then echo 'pylint success!';elif [[ "$pv" = "$pv1"* || "$pv" = "$pv2"* ]]; then echo "pylint is broken in 2.6 and 3.2 does not recognize u'', pylint error for 2.6 and 3.2 should be ignored";else false; fi