PEP8 auditing: fix 'hdlmake/srcfile.py'

parent a7fa0eb7
......@@ -281,7 +281,7 @@ class SourceFileSet(set):
def create_source_file(path, module, library=None,
vcom_opt=None, vlog_opt=None, include_dirs=None):
vcom_opt=None, vlog_opt=None, include_dirs=None):
"""Function that analyzes the given arguments and returns a new HDL source
file of the appropriated type"""
if path is None or path == "":
......
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