3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 06:04:06 +00:00

Initialize variable

This commit is contained in:
Miodrag Milanovic 2021-08-25 11:38:24 +02:00
parent dd60141f0d
commit 156cc5d8c9

View file

@ -335,6 +335,7 @@ if (workdir is not None) and (len(tasknames) != 1):
def run_job(taskname):
my_opt_tmpdir = opt_tmpdir
my_workdir = None
if workdir is not None:
my_workdir = workdir