cvpe/Pythonista-scripts

Python syntax error in AddAfterAlarmToEvent.py

Closed this issue · 7 comments

https://travis-ci.com/cvpe/Pythonista-scripts/jobs/207806129#L461

./AddAfterAlarmToEvent.py:54:17: E999 SyntaxError: invalid syntax
		titlbl.width = 
                ^
cvpe commented

Very strange, my local Pythonista code shows
titlbl.width = w - end_button.width - dat_button.width - 3*10

cvpe commented

Corrected
Thanks

Your change did not quite fix that file https://travis-ci.com/cvpe/Pythonista-scripts

cvpe commented

Wha! This is not automatic?
I told you I did not understand really how this Travis works 😢 and that I feel too stupid

cvpe commented

I restarted the build, is that the way?

It is automatic and you can always find the “current build” at https://travis-ci.com/cvpe/Pythonista-scripts Every time that you make a change to the code in the repo or I make a pull request, Travis CI will kickoff a new build.

Flake8 will stop at the first syntax error that it finds in each file so sometimes you fix one syntax error and then it finds another further down in the same file.

cvpe commented

"I told you I did not understand really how this Travis works 😢 and that I feel ME too stupid" was only a tentative of humor. I need to do that always, perhaps to hide my limits 😢, then don't never take me as serious.