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 c2910e2 commit 0e771f0Copy full SHA for 0e771f0
1 file changed
admin_migrations/migrators/username2id_mapping.py
@@ -55,7 +55,7 @@ def _get_recipe_dummy_meta(recipe_content):
55
skip += 1
56
if skip > 0:
57
keep_lines.append(_filter_jinja2(line))
58
- assert skip == 1, "team update failed due to > 1 'extra:' sections"
+ assert skip == 1, f"team update failed due to finding {skip} 'extra:' sections"
59
return DummyMeta("\n".join(keep_lines))
60
61
0 commit comments