3
0
Fork 0
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:
N. Engelhardt 2024-04-05 13:02:13 +02:00 committed by GitHub
commit b84cd93ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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