-
Notifications
You must be signed in to change notification settings - Fork 93
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
Ignore pattern stopped working well for python #2658
Comments
Hi @erikpa1 I wanted to ask, but is the zipfile ignore pattern working for all of your other glob patterns? Is it only the pycache one that is failing? If so, it would indicate to me that there is something going wrong due to special characters or duplicate entries. |
@nturinski no idea what you are asking, pycache{/**} stopped working in every project just one day, but itself,... I have no idea how I find if there is something wrong... |
In the settings.json that you provided, you have about 30 different folders that should be ignored by the zip file. I was asking if all of them are not working or if it's only the |
@nturinski The ".git" and "env{,.**}" works, rest I don't use, settings.json is generated by plugin. When I added .pyc, the app deploy was even smaller - if I remember right, it's long time I have written this bug. But what I know for sure I stopped to have problem with legacy code appearing on backend. After deploy I was unable to run app because there were error on lines event not existing in code.... (only logical idea is pycache...) Could be nice if plugin would keep .zip file which was sent to cloud to check it manually... |
@nturinski Lol nice thanks for hack, I'm definitely going to use this hack for some cases. |
Hi, one day I started to have troubles, I though I'm crazy, but I'm NOT!
It looks like for python web app there is problem with ignore pattern for "pycache" there was a lot of time situation where on web app was wrong script. This is probably why,... it loaded from pychace... (probably).
Any way, ignore pattern is not working, it takes pycache to zip file.
The text was updated successfully, but these errors were encountered: