Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db06a1 commit ef3b1fbCopy full SHA for ef3b1fb
1 file changed
Tools/clinic/clinic.py
@@ -922,8 +922,8 @@ def parse_clinic_block(self, dsl_name):
922
if self.is_start_line(line):
923
break
924
925
+ output = output_output()
926
if checksum:
- output = output_output()
927
if self.verify:
928
computed = compute_checksum(output)
929
if checksum != computed:
@@ -2054,7 +2054,7 @@ def state_parameter(self, line):
2054
except SyntaxError:
2055
pass
2056
if not module:
2057
- fail("Function " + clinic.name + " has an invalid parameter declaration:\n\t" + line)
+ fail("Function " + self.function.name + " has an invalid parameter declaration:\n\t" + line)
2058
2059
function_args = module.body[0].args
2060
parameter = function_args.args[0]
0 commit comments