sagemath / sage-patchbot

Sage Patchbot
https://www.sagemath.org
Other
8 stars 17 forks source link

unsafe tickets test for checksums: use absolute full path instead of incomplete relative path #99

Closed jakobkroeker closed 8 years ago

jakobkroeker commented 8 years ago

use

path =  os.environ['SAGE_ROOT']+'/build/pkgs/{}/checksums.ini'.format(base)

instead of

'build/pkgs/{}/checksums.ini'.format(base)
fchapoton commented 8 years ago

done in the latest commit