Fix a line too long style issue in a comment placed at the module.py file

parent 2d07933d
......@@ -161,7 +161,7 @@ PARSE START: %s
extra_context = dict(self.top_module.manifest_dict)
extra_context["__manifest"] = self.path
# The parse method is where the most of the parser action takes place!
# The parse method is where most of the parser action takes place!
opt_map = None
try:
opt_map = manifest_parser.parse(extra_context=extra_context)
......
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