fix #14 Schönheitsfehler im diff: No newline at end of file

This commit is contained in:
Felix Lohmeier 2021-01-19 19:41:36 +01:00
parent 45061757f8
commit 489a5cf5b7
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ tasks:
- |
$OPENREFINE_CLIENT -P $PORT --export --template "$(< ../../../rules/siegen/template.txt)" --rowSeparator "
<!-- SPLIT -->
" --suffix "
" --output siegen.txt $PROJECT
# Statistik zu Laufzeit und Ressourcenverbrauch
- ps -o start,etime,%mem,%cpu,rss -p $(lsof -t -i:$PORT)

View File

@ -66,6 +66,7 @@ tasks:
- |
$OPENREFINE_CLIENT -P $PORT --export --template "$(< ../../../rules/wuppertal/template.txt)" --rowSeparator "
<!-- SPLIT -->
" --suffix "
" --output wuppertal.txt $PROJECT
# Statistik zu Laufzeit und Ressourcenverbrauch
- ps -o start,etime,%mem,%cpu,rss -p $(lsof -t -i:$PORT)