Fix: designflow/klayout.py rule forgot to add targets.

This commit is contained in:
Jean-Paul Chaput 2023-03-07 11:52:52 +01:00
parent 842c2dfffc
commit 1e8c304ac5
1 changed files with 1 additions and 0 deletions

View File

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