mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-04 05:49:57 +00:00
Merge pull request #271 from YosysHQ/aiju/issue-269
Fixes issue #269 by removing an erroneous "if sbyfile" check.
This commit is contained in:
commit
b84cd93ea0
|
@ -422,8 +422,7 @@ def start_task(taskloop, taskname):
|
|||
|
||||
if opt_force and not reusedir:
|
||||
early_log(my_workdir, f"Removing directory '{os.path.abspath(my_workdir)}'.")
|
||||
if sbyfile:
|
||||
shutil.rmtree(my_workdir, ignore_errors=True)
|
||||
shutil.rmtree(my_workdir, ignore_errors=True)
|
||||
|
||||
if reusedir:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue