You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an exercise from an input file with missing metadata fields, the generated meta.json contains fields with value null. It is avoidable by not generating the meta file at all. Currently, an warning is printed. I think it is better to leave it as is, because building will fail anyway without a meta.json, but not with a null value inside a field that is not strictly mandatory (e.g authors).
The text was updated successfully, but these errors were encountered:
When creating an exercise from an input file with missing metadata fields, the generated
meta.json
contains fields with valuenull
. It is avoidable by not generating the meta file at all. Currently, an warning is printed. I think it is better to leave it as is, because building will fail anyway without ameta.json
, but not with anull
value inside a field that is not strictly mandatory (e.gauthors
).The text was updated successfully, but these errors were encountered: