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
click commands will exit the whole program after being called if 'standalone_mode = False' is not passed. On linux, this ended up not mattering because the file written to by pip_compile is a symlink to the file in the source tree. Symlinks are disabled by default on windows, so it writes to a new file in the runfiles tree but doesn't copy back to the source tree because the program exits.
0 commit comments