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

parent 164418ea
......@@ -161,7 +161,7 @@ class ModuleCore(ModuleConfig):
include_dirs=include_dirs))
else:
srcs.add(create_source_file(path=path_aux,
module=self,
library=self.library,
include_dirs=include_dirs))
module=self,
library=self.library,
include_dirs=include_dirs))
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