Skip to content

Commit

Permalink
Removed unecessary file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jomanhattan committed Nov 24, 2023
1 parent 201342a commit 6018733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def create_output(result_id, climatic_trees, genetic_trees, climatic_df):
"""
try:
output = aPhyloGeo.filterResults(climatic_trees, genetic_trees, climatic_df)
output = aPhyloGeo.filterResults(climatic_trees, genetic_trees, climatic_df, create_file=False)
results_ctrl.update_result({
'_id': result_id,
'output': output,
Expand Down

0 comments on commit 6018733

Please sign in to comment.