Skip to content

Commit

Permalink
Change to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
ludona7 committed Oct 7, 2020
1 parent 15df240 commit 5b21b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic_office_projects_api/bulk_importer/import_grants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def import_grants(file):
project['grant-reference']], shell=False)


json_filename = 'json/projects-2020-08-13.json'
json_filename = '/usr/src/app/arctic_office_projects_api/bulk_importer/json/projects-2020-08-13.json'
if json_valid(json_filename):
import_grants(json_filename)

0 comments on commit 5b21b26

Please sign in to comment.