*: remove spaces at end of line in all python files
done with: find product/ bt5 -name '*.py' | xargs -n 1 sed -i 's/ *$//'
Showing
Please register or sign in to comment
done with: find product/ bt5 -name '*.py' | xargs -n 1 sed -i 's/ *$//'