“ef788603d4047f41965db67a4589cd21483e26ec”上不存在“...slim/git@gitcode.net:s920243400/PaddleDetection.git”
  • Y
    fix(py): set `cwd` when get commit sha in setup.py (#14299) · 03992630
    Yu Yang 提交于
    `cwd` was not set before when get commit SHA. The default `cwd` is the current build directory. However, the build directory might not be the subdirectory of source. The `git` command will fail when that happened.
    
    test=develop
    03992630
setup.py.in 7.4 KB