Skip to content

Commit

Permalink
align plotting info path
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Aug 7, 2024
1 parent 644a1a3 commit 7aa041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/datawrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def retrieve_embedding_component(api_token, chart_id):
plotting_information_path = sys.argv[2]

# Load plotting information from JSON file
with open(os.path.join(os.path.dirname(os.getcwd()), plotting_information_path), 'r') as f:
with open(plotting_information_path, 'r') as f:
plotting_info = json.load(f)

# Create and publish charts for each variable in plotting information
Expand Down

0 comments on commit 7aa041d

Please sign in to comment.