Fix: designflow/klayout.py rule forgot to add targets.
This commit is contained in:
parent
842c2dfffc
commit
1e8c304ac5
|
@ -45,6 +45,7 @@ class Klayout ( FlowTask ):
|
|||
return { 'basename' : self.basename
|
||||
, 'actions' : [ self.doTask ]
|
||||
, 'doc' : 'Run {}.'.format( self )
|
||||
, 'targets' : self.targets
|
||||
, 'file_dep' : self.file_dep
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue