Skip to content

Commit

Permalink
Update root_path after moving script into the scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
greencloudysky committed Jan 23, 2024
1 parent 0654dcf commit 84ec530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_new_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
OWNERSHIP_PERCENT = 'ownership_percent'

# path to the repo
root_path = os.path.dirname(os.path.realpath(__file__))
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
brands_path = os.path.join(root_path, 'data/brands/')
companies_path = os.path.join(root_path, 'data/companies/')

Expand Down

0 comments on commit 84ec530

Please sign in to comment.