Skip to content
Snippets Groups Projects
Commit c876602e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix endsManual log

parent 714c61bc
Branches
Tags 0.0.3
2 merge requests!37v0.0.1,!14Resolve "process_createManifest"
Pipeline #5741 failed with stages
in 29 minutes and 18 seconds
......@@ -137,7 +137,7 @@ process parseMetadata {
# Manually get endness
endsManual=\$(python3 ${script_parseMeta} -r ${repRID} -m "${fileMeta}" -p endsManual)
echo "LOG: endedness manually detected: \${ends}" >>${repRID}.parseMetadata.err
echo "LOG: endedness manually detected: \${endsManual}" >>${repRID}.parseMetadata.err
if [ \${endsMeta} == "uk" ]
......
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