Skip to content
Snippets Groups Projects
Commit 8b39eead authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge commit 'b33c9f0b' into f-openpyxl

parents 9213fee1 b33c9f0b
No related branches found
No related tags found
No related merge requests found
Pipeline #8081 failed
......@@ -20,10 +20,12 @@ echo "Testing the crawler database"
python3 -m pytest test_crawler_with_cfoods.py
echo "make a change"
pushd extroot
set +e
egrep -liRZ 'A description of another example' . | xargs -0 -l sed -i -e 's/A description of another example/A description of this example/g'
# remove a file to check that this does not lead to a crawler crash
mv DataAnalysis/2010_TestProject/2019-02-03_something/README.xlsx DataAnalysis/2010_TestProject/2019-02-03_something/README.xlsx_back
popd
set -e
echo "run crawler"
./crawl.py / | tee $OUT
# rename the moved file
......
......@@ -607,6 +607,7 @@ carefully and if the changes are ok, click on the following link:
logger.debug("No new entities to be inserted.")
else:
try:
if len(missing_identifiables) > 0:
logger.info(
"Inserting {} Records...".format(
len(missing_identifiables)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment