-
Notifications
You must be signed in to change notification settings - Fork 89
Call flaskgroup main, not app.cli.main #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ed by click.core.main (I don't know why)
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
==========================================
- Coverage 100% 99.59% -0.41%
==========================================
Files 5 5
Lines 492 491 -1
Branches 60 60
==========================================
- Hits 492 489 -3
- Misses 0 2 +2
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
==========================================
- Coverage 100% 99.59% -0.41%
==========================================
Files 5 5
Lines 492 491 -1
Branches 60 60
==========================================
- Hits 492 489 -3
- Misses 0 2 +2
Continue to review full report at Codecov.
|
I don't understand the test error here but it doesn't look related to my changes? https://travis-ci.com/jetbridge/serverless-wsgi/jobs/211630464#L717 |
Thanks for the PR! The failing test was fixed in e53c701 |
It's slightly improved but still broken. Need help. |
I did a few additional changes on
I added the explicit Do you see anything else that's not working properly on |
i'll try master now. i was able to get to the point where custom and built-in commands worked on local, but custom didn't work on lambda, i think. something like that. |
Alright - I tried both custom and built-in commands, locally and remotely. Let me know if it works out for you too. |
pulled master, linked it, deployed.
|
actually this error may be caused by a timeout. stand by |
Ok, what does |
|
You should be doing |
you are completely right sorry lol |
No worries :) |
source is in https://github.com/jetbridge/sls-flask/ |
Ok, I suppose the |
I was experimenting with:
|
I found the culprit: https://github.com/jetbridge/sls-flask/blob/master/TEMPLATE/commands.py#L6 Remove |
Because app.cli.main is replaced by click.core.main (I don't know why)