mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 06:04:06 +00:00
Initialize variable
This commit is contained in:
parent
dd60141f0d
commit
156cc5d8c9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue