Skip to content

Commit

Permalink
Run import step synchronously (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored Sep 29, 2022
1 parent 36ef5b2 commit 3a23825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miqa/core/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def import_data(project_id: Optional[str]):
raise APIException(f'MIQA lacks permission to read {import_path}.')

import_dict, not_found_errors = validate_import_dict(import_dict, project)
perform_import.delay(import_dict)
perform_import(import_dict)
return not_found_errors


Expand Down

0 comments on commit 3a23825

Please sign in to comment.