mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 05:15:30 +00:00
Initialize variable
This commit is contained in:
parent
dd60141f0d
commit
156cc5d8c9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue