You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 404 error on retrieving snippet content in symlinked dir
os.path.realpath also resolves symlinks. We only want to resolve
'..' to prevent escaping the snippet roots, os.path.abspath does
this.
This commit also adds some logging be able to better analyze other
potential problems.
0 commit comments