Skip to content

Commit

Permalink
Revert "skipp f20 since we have EMBA problems"
Browse files Browse the repository at this point in the history
This reverts commit 3b002d3.
  • Loading branch information
BenediktMKuehne committed Dec 21, 2023
1 parent 7a5f7b1 commit b58981a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions embark/porter/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ 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'):
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)
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 b58981a

Please sign in to comment.