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
In most cases `start_dir` is unset/empty.
When passing it to `os.path.join` it leads to `/topdir/` which could
case issues when using the template as `%(startdir)s/subdir`
as a double-slash might be treated specially.
0 commit comments