Skip to content

Commit 56b73eb

Browse files
committed
Make sure the output file exists if no violatiosn are detected [fix]
1 parent f5f7bd5 commit 56b73eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/fill-db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ then
227227
echo
228228
echo "Validating *.ttl files syntax ..."
229229
rm -Rf "$validation_output_file"
230+
touch "$validation_output_file"
230231
time while mapfile -t -n "$batch_size" batch && ((${#batch[@]}))
231232
do
232233
"$jena_db_data_validator" \

0 commit comments

Comments
 (0)