Conversation
|
When is path empty? This needs a reproducing example. |
|
https://cloud.google.com/anthos/run/archive/docs/tutorials/image-processing I don't know the specific cause, but it seems to depend on the difference in containers in the execution environment. windows10 docker desctop Skaffold only occurs while debugging. |
|
I just disabled debug mode because of the same issue. Paths are taken from |
|
I can also reproduce this from docker: |
|
BTW, the bug plays out like this:
|
root={}
path=()
os.path.join(*path)
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: join() missing 1 required positional argument: 'path'
I've encountered a
TypeErrorin the_find_common_rootsfunction within the_reloader.pymodule, specifically triggered whenos.path.join(*path)is called with an emptypathtuple.\werkzeug_reloader.py 161
root={}
path=()
os.path.join(*path)
Traceback (most recent call last):
File "", line 1, in
TypeError: join() missing 1 required positional argument: 'path'
Checklist:
CHANGES.rstsummarizing the change and linking to the issue... versionchanged::entries in any relevant code docs.pre-commithooks and fix any issues.pytestandtox, no tests failed.