Skip to content

Commit

Permalink
Quick for change in ixmp4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Dec 15, 2023
1 parent 1bb2b59 commit 8922e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyam/iiasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _read_config(file):
with open(file, "r") as stream:
creds = yaml.safe_load(stream)

return ManagerAuth(**creds, url=settings.manager_url)
return ManagerAuth(**creds, url=str(settings.manager_url))


def _check_response(r, msg="Error connecting to IIASA database", error=RuntimeError):
Expand Down

0 comments on commit 8922e04

Please sign in to comment.