Skip to content
Snippets Groups Projects
Commit 0e4d2f32 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

normalize-usercode further corr

parent 71f5a14b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def restitute_sample(ti, tc):
raise Exception("Normalized code has no function get_sample")
if mn.group(2) != header:
print(f'WARNING: Signature of function get_sample has changed from "{header}" to '
'"{mn.group(1)}"')
f'"{mn.group(2)}"')
t = re.sub(pat, mi.group(1), tc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment