Skip to content

Commit

Permalink
skip f20
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Dec 21, 2023
1 parent b58981a commit 4b1035e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions embark/porter/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ def result_read_in(analysis_id):
res = f50_csv(file_, analysis_id)
logger.debug("Result for %s created or updated", analysis_id)
elif file_.endswith('f20_vul_aggregator.csv'):
res = f20_csv(file_, analysis_id)
logger.debug("Result for %s created or updated", analysis_id)
logger.info("f20 readin for %s skipped", analysis_id)
# FIXME f20 in emba is broken!
# res = f20_csv(file_, analysis_id)
# logger.debug("Result for %s created or updated", analysis_id)
# TODO license info etc
return res

Expand Down

0 comments on commit 4b1035e

Please sign in to comment.