builder._nice(): show the right filename in the case of chdir().
This only affects cosmetics, not actual behaviour, which is why the unit tests didn't catch it.
This commit is contained in:
parent
51bbdc6c5a
commit
43b74f3220
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def _find_do_file(t):
|
||||||
|
|
||||||
|
|
||||||
def _nice(t):
|
def _nice(t):
|
||||||
return os.path.normpath(os.path.join(vars.PWD, t))
|
return state.relpath(t, vars.STARTDIR)
|
||||||
|
|
||||||
|
|
||||||
def _try_stat(filename):
|
def _try_stat(filename):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue