PEP8 auditing: fix 'hdlmake/module/core.py'

parent 164418ea
...@@ -161,7 +161,7 @@ class ModuleCore(ModuleConfig): ...@@ -161,7 +161,7 @@ class ModuleCore(ModuleConfig):
include_dirs=include_dirs)) include_dirs=include_dirs))
else: else:
srcs.add(create_source_file(path=path_aux, srcs.add(create_source_file(path=path_aux,
module=self, module=self,
library=self.library, library=self.library,
include_dirs=include_dirs)) include_dirs=include_dirs))
return srcs return srcs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment