mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-26 23:15:50 +00:00
Print paths as absolute
This generally makes debugging path issues easier.
This commit is contained in:
parent
66a458958d
commit
99aca04638
2 changed files with 2 additions and 2 deletions
|
@ -345,7 +345,7 @@ def run_job(taskname):
|
|||
shutil.move(my_workdir, "{}.bak{:03d}".format(my_workdir, backup_idx))
|
||||
|
||||
if opt_force and not reusedir:
|
||||
early_log(my_workdir, "Removing directory '{}'.".format(my_workdir))
|
||||
early_log(my_workdir, "Removing directory '{}'.".format(os.path.abspath(my_workdir)))
|
||||
if sbyfile:
|
||||
shutil.rmtree(my_workdir, ignore_errors=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue