Sandro Tosi <[email protected]> added the comment: shouldn't we use the same method also for --coverdir (that currently faild the "least surprise" test when specifying a relative path) replacing
coverdir = os.path.join(os.getcwd(), a) with coverdir = os.path.join(support.SAVEDCWD, a) ? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10848> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
