Codebase list astroscrappy / b5f117b
Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. Fixes: lintian: uses-deprecated-adttmp See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html Debian Janitor 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/env python3
11
22 import os
3 os.chdir(os.getenv('ADTTMP', '/tmp'))
3 os.chdir(os.getenv('AUTOPKGTEST_TMP', '/tmp'))
44
55 import astroscrappy
66 res = astroscrappy.test()